Skip to content

Commit

Permalink
fix: require e20190909gacha-v3 in wish url instead of gacha_id
Browse files Browse the repository at this point in the history
  • Loading branch information
maalni committed Aug 4, 2024
1 parent 9cb7b80 commit db50063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/wish-statistics/import/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
const client = useQueryClient();
const fetchHoyoWishHistory = () => {
if (!wishURL.includes('gacha_id')) {
if (!wishURL.includes('e20190909gacha-v3')) {
toast.error('Wrong url');
return;
}
Expand Down

0 comments on commit db50063

Please sign in to comment.