From db500638dd3965264cec51cfc530150f7209a3d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6nig?= Date: Sun, 4 Aug 2024 14:42:26 +0200 Subject: [PATCH] fix: require e20190909gacha-v3 in wish url instead of gacha_id --- src/routes/wish-statistics/import/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/wish-statistics/import/+page.svelte b/src/routes/wish-statistics/import/+page.svelte index 9eaa2c37..f1d4c140 100644 --- a/src/routes/wish-statistics/import/+page.svelte +++ b/src/routes/wish-statistics/import/+page.svelte @@ -22,7 +22,7 @@ const client = useQueryClient(); const fetchHoyoWishHistory = () => { - if (!wishURL.includes('gacha_id')) { + if (!wishURL.includes('e20190909gacha-v3')) { toast.error('Wrong url'); return; }