Skip to content

Commit ea09e42

Browse files
committed
Prettier writing
1 parent 268f05d commit ea09e42

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

play/src/front/Administration/AnalyticsClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { POSTHOG_API_KEY, POSTHOG_URL } from "../Enum/EnvironmentVariable";
22
import type { PostHog } from "posthog-js";
3-
import {Emoji} from "../Stores/Utils/emojiSchema";
3+
import { Emoji } from "../Stores/Utils/emojiSchema";
44
// eslint-disable-next-line @typescript-eslint/no-explicit-any
55
declare let window: any;
66

play/src/front/Components/ActionBar/ActionBar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
import { modalIframeStore, modalVisibilityStore } from "../../Stores/ModalStore";
7373
import { userHasAccessToBackOfficeStore } from "../../Stores/GameStore";
7474
import { AddButtonActionBarEvent } from "../../Api/Events/Ui/ButtonActionBarEvent";
75-
import {Emoji} from "../../Stores/Utils/emojiSchema";
75+
import { Emoji } from "../../Stores/Utils/emojiSchema";
7676
7777
const menuImg = gameManager.currentStartedRoom?.miniLogo ?? WorkAdventureImg;
7878

play/src/front/Connexion/LocalUserStore.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,6 @@ class LocalUserStore {
411411
console.error("The localStorage key 'emojiFavorite' format is incorrect:", e);
412412
return null;
413413
}
414-
415-
416414
}
417415
}
418416

0 commit comments

Comments
 (0)