aboutsummaryrefslogtreecommitdiff
path: root/src/lib/websocket.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-02-08 00:01:24 -0800
committerFuwn <[email protected]>2024-02-08 00:01:24 -0800
commitf78f5f4857f24ee5338fb1643c666a6b18d75769 (patch)
tree57b1b09f20b6b261a3b1ae15bfa441965f71ecd9 /src/lib/websocket.ts
parentrefactor(data): move static data to module (diff)
downloaddue.moe-f78f5f4857f24ee5338fb1643c666a6b18d75769.tar.xz
due.moe-f78f5f4857f24ee5338fb1643c666a6b18d75769.zip
refactor(anilist): move to data module
Diffstat (limited to 'src/lib/websocket.ts')
-rw-r--r--src/lib/websocket.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/websocket.ts b/src/lib/websocket.ts
index fe689884..feaf546f 100644
--- a/src/lib/websocket.ts
+++ b/src/lib/websocket.ts
@@ -1,7 +1,7 @@
import type { ViteDevServer } from 'vite';
import { Server } from 'socket.io';
import { getUserBadges } from '$lib/Database/badges';
-import { userIdentity } from '$lib/AniList/identity';
+import { userIdentity } from '$lib/Data/AniList/identity';
export const webSocketServer = {
name: 'webSocketServer',