Deleted use of WAError and add defining of language of client everywhere

This commit is contained in:
CEC
2022-04-13 17:42:44 +02:00
parent 13b0996c8b
commit 209dd43aac
6 changed files with 11 additions and 18 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export type FetchMemberDataByUuidResponse = z.infer<typeof isFetchMemberDataByUu
class AdminApi implements AdminInterface {
private locale: string = "en";
setLocale(locale: string) {
//console.info('PUSHER LOCALE SET TO :', locale);
console.info('PUSHER LOCALE SET TO :', locale);
this.locale = locale;
}
/**