WIP
This commit is contained in:
parent
64d6b8761d
commit
1ac14cd633
@ -73,7 +73,7 @@ class Translator {
|
||||
);
|
||||
}
|
||||
|
||||
return Promise.all(deinflectPromises).then(Promise.resolve(groups));
|
||||
return Promise.all(deinflectPromises).then(() => groups);
|
||||
}
|
||||
|
||||
findTerm(text) {
|
||||
|
Loading…
Reference in New Issue
Block a user