From 32c7545faae4f33c94a045408789c9b9ef7de53a Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 24 Aug 2024 02:38:40 -0700 Subject: refactor(Data): rename database references --- src/lib/Media/Manga/chapters.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Media/Manga/chapters.ts') diff --git a/src/lib/Media/Manga/chapters.ts b/src/lib/Media/Manga/chapters.ts index bee7d032..a601fdc8 100644 --- a/src/lib/Media/Manga/chapters.ts +++ b/src/lib/Media/Manga/chapters.ts @@ -3,7 +3,7 @@ import { getChapterCount } from '$lib/Data/Manga/raw'; import proxy from '$lib/Utility/proxy'; import settings from '$stores/settings'; import type { UserIdentity } from '../../Data/AniList/identity'; -import { database } from '../../Database/IndexedDB/chapters'; +import { database } from '../../Database/IDB/chapters'; const getManga = async ( statusIn: string, -- cgit v1.2.3