mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-16 17:02:18 +00:00
Remove unused callback
This commit is contained in:
parent
894611bc34
commit
7ca785f33e
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ function getArrayOfLanguages() {
|
|||
return languages;
|
||||
}
|
||||
|
||||
function getEnglishLanguages(cb) {
|
||||
function getEnglishLanguages() {
|
||||
let allLanguages = getArrayOfLanguages();
|
||||
|
||||
let nonEnglishLanguages = _.filter(allLanguages, (lang) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue