mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +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