Skip to content

Commit 4fbf0fa

Browse files
committed
Addressed an issue where game cannot start
1 parent 7a948fc commit 4fbf0fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "anime-captcha",
3-
"version": "1.3.136",
3+
"version": "1.3.137",
44
"type": "module",
55
"repository": {
66
"type": "git",

src/components/NotARobot.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
roll: "Super Idoled",
3434
chance: "4.20",
3535
};
36-
else dispatch("start");
36+
else dispatch("start", null, {});
3737
}
3838
</script>
3939

0 commit comments

Comments
 (0)