Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Arquisoft/wiq_es1a
Browse files Browse the repository at this point in the history
  • Loading branch information
CANCI0 committed Apr 26, 2024
2 parents c7054f8 + f78de1c commit 474fd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/pages/Calculadora/Calculadora.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const CalculadoraHumana = () => {
username: username,
gameMode: "calculadora",
gameData: {
correctAnswers: 0,
correctAnswers: puntuacion,
incorrectAnswers: 0,
points: puntuacion,
avgTime: tiempoMedio,
Expand Down

0 comments on commit 474fd49

Please sign in to comment.