aboutsummaryrefslogtreecommitdiff
path: root/src/service-worker.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/service-worker.ts')
-rw-r--r--src/service-worker.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service-worker.ts b/src/service-worker.ts
index 0de69bdf..3e31005f 100644
--- a/src/service-worker.ts
+++ b/src/service-worker.ts
@@ -4,7 +4,7 @@
/// <reference lib="webworker" />
import { build, files, version } from '$service-worker';
-import { database } from './lib/Database/IndexedDB/user';
+import { database } from './lib/Database/IDB/user';
import { notifications } from './lib/Data/AniList/notifications';
const sw = self as unknown as ServiceWorkerGlobalScope;