mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
fix serviceworker
This commit is contained in:
parent
f5f8cece22
commit
b036fdd9a0
@ -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 New Issue
Block a user