Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
iyanfdezz committed Apr 16, 2024
1 parent 893968e commit 045050a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statsservice/stats-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ app.post("/saveGame", async (req, res) => {
app.get("/stats", async (req, res) => {
try {
var data = await Stats.findOne({
username: req.query.username,
username: req.query.user,
gamemode: req.query.gamemode,
});
if (!data) {
Expand Down

0 comments on commit 045050a

Please sign in to comment.