fix serviceworker
This commit is contained in:
parent
b5f997360c
commit
80392daea7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class SwLang {
|
|||
public i18n: Promise<I18n<any>> | null = null;
|
||||
|
||||
public fetchLocale() {
|
||||
return i18n = this._fetch();
|
||||
return this.i18n = this._fetch();
|
||||
}
|
||||
|
||||
private async _fetch() {
|
||||
|
|
Loading…
Reference in a new issue