Fix incorrect function
This commit is contained in:
parent
5c199e2628
commit
2026a2ddc6
@ -112,7 +112,7 @@ impl Language {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[graphql(description = "Native name of the language")]
|
#[graphql(description = "Native name of the language")]
|
||||||
fn native() -> Option<String> {
|
fn native(&self) -> Option<String> {
|
||||||
self.native.clone()
|
self.native.clone()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user