From 91d2c5499de1ae4dc3f6672bc771a3065f30a01e Mon Sep 17 00:00:00 2001 From: maalni Date: Sun, 4 Aug 2024 14:43:54 +0200 Subject: [PATCH] fix: require e20190909gacha-v3 in wish url instead of gacha_id (#361) --- 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; }