Skip to content

Commit

Permalink
async network issue test
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismattmiller committed Aug 7, 2024
1 parent b5fbebd commit 32df53a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,12 @@
},
getLangs(){
async getLangs(){
this.allLanguages = this.configStore.getScriptShifterLanguages()
this.allLanguages = await this.configStore.getScriptShifterLanguages()
for (let k in this.allLanguages){
if (this.scriptShifterOptions[k]){
Expand Down

0 comments on commit 32df53a

Please sign in to comment.