Skip to content

Commit

Permalink
web: change variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
l0f3n committed Dec 19, 2023
1 parent e046db2 commit 1c92151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wikiweaver-web/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ async function HandleStartGameClicked() {
}

async function HandleEndClicked() {
let startMessage = {
let endMessage = {
type: "end",
};
SendMessage(startMessage);
SendMessage(endMessage);
}

function HandleRedrawClicked() {
Expand Down

0 comments on commit 1c92151

Please sign in to comment.