From f78f5f4857f24ee5338fb1643c666a6b18d75769 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 8 Feb 2024 00:01:24 -0800 Subject: refactor(anilist): move to data module --- src/routes/api/badges/+server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/routes/api') diff --git a/src/routes/api/badges/+server.ts b/src/routes/api/badges/+server.ts index c1e2afc8..353a158b 100644 --- a/src/routes/api/badges/+server.ts +++ b/src/routes/api/badges/+server.ts @@ -1,4 +1,4 @@ -import { userIdentity } from '$lib/AniList/identity'; +import { userIdentity } from '$lib/Data/AniList/identity'; import { removeAllUserBadges, removeUserBadge, -- cgit v1.2.3