Skip to content

Commit e3166ca

Browse files
Merge pull request #1 from codingJWilliams/Whoo-branches
Added comment on ln 41
2 parents 9caca51 + 644a964 commit e3166ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ app.get('/', function(req, res){
3838
res.sendFile(__dirname + '/html/game.html'); // Send them the "game.html" file
3939
});
4040
app.post("/clear-leaderboard/", function (req, res) { // I have an IFTTT set up to call this at 1:pm every day
41-
saveLeaderboard([])
41+
saveLeaderboard([]) // Delete the leaderboard
4242
res.end('{"done": true}')
4343
})
4444
app.post("/add-score/", function(req, res){ // On someone triggering add-score

0 commit comments

Comments
 (0)