Skip to content

Commit

Permalink
fix submit bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sfrancisw committed May 31, 2024
1 parent 12be25e commit b59edc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine2shine/js/app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ function sendScore() {
.catch((error) => {
console.error('Error:', error);
});
score = 0;

}

Expand Down

0 comments on commit b59edc6

Please sign in to comment.