Skip to content

Commit

Permalink
app instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
  • Loading branch information
pavolloffay committed Nov 6, 2023
1 parent a3a9747 commit 9506d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/frontend/index.js
Expand Up @@ -105,7 +105,7 @@ app.get("/", (req, res) => {
// Count the total number of games
gameCounter.add(1);

// TODO (metrics): count how often ach player wins
// TODO (metrics): count how often each player wins - winCounter
// use app.winner tag
// Count how often each player wins

Expand Down

0 comments on commit 9506d35

Please sign in to comment.