Skip to content

Commit

Permalink
Minor comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
h1divp committed Mar 20, 2024
1 parent aa9fef5 commit 9868ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ app.put("/users", async (req, res) => {
if (!success) throw Error("updateDisplayName() failed.");
}
console.log(`[EXP] Request <PUT /users${query}> returned successfully.`);
res.json(`Operation <PUT /user${query}> was handled successfully.`);
res.json(`Operation <PUT /users${query}> was handled successfully.`);

} catch (error) {
console.error(
Expand Down

0 comments on commit 9868ed4

Please sign in to comment.