Fix prettier and import unused

This commit is contained in:
CEC
2022-04-13 17:49:04 +02:00
parent 209dd43aac
commit 710311036b
2 changed files with 1 additions and 3 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;
}
/**