Skip to content

Commit

Permalink
Addressed an issue where game cannot start
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed May 19, 2022
1 parent 7a948fc commit 4fbf0fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anime-captcha",
"version": "1.3.136",
"version": "1.3.137",
"type": "module",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/components/NotARobot.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
roll: "Super Idoled",
chance: "4.20",
};
else dispatch("start");
else dispatch("start", null, {});
}
</script>

Expand Down

1 comment on commit 4fbf0fa

@vercel
Copy link

@vercel vercel bot commented on 4fbf0fa May 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

anime-captcha – ./

anime-captcha-leomotors.vercel.app
anime-captcha-git-main-leomotors.vercel.app
anime-captcha.vercel.app

Please sign in to comment.