binding_web: fix typo in fieldNameForId (#481)
This commit is contained in:
parent
079aa26a99
commit
1d2f171067
1 changed files with 1 additions and 1 deletions
|
|
@ -642,7 +642,7 @@ class Language {
|
|||
}
|
||||
|
||||
fieldNameForId(fieldId) {
|
||||
return this.fields[fieldName] || null;
|
||||
return this.fields[fieldId] || null;
|
||||
}
|
||||
|
||||
query(source) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue