Skip to content

Commit

Permalink
semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
FallBackITA27 committed Apr 12, 2024
1 parent c51915e commit 28dff18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkwpp-parser/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ function handleTime(data, date) {
total += parseInt(token.split("'")[1]);
}
} else {
time = parseInt(token)
time = parseInt(token);
}
time = total;
}
Expand Down

0 comments on commit 28dff18

Please sign in to comment.