Skip to content

fixed the bug where db and cookies score wasnt in sync#69

Merged
Chris5613 merged 1 commit intomainfrom
dev-branch
May 11, 2023
Merged

fixed the bug where db and cookies score wasnt in sync#69
Chris5613 merged 1 commit intomainfrom
dev-branch

Conversation

@Chris5613
Copy link
Owner

No description provided.

@Chris5613 Chris5613 self-assigned this May 11, 2023
@Chris5613 Chris5613 merged commit 222e3aa into main May 11, 2023
const { username } = req.params;
const updatePointByUsername = async (req, res) => {
const { username, points } = req.body;
console.log(username, points);

Check failure

Code scanning / CodeQL

Use of externally-controlled format string

Format string depends on a [user-provided value](1).
@Chris5613 Chris5613 deleted the dev-branch branch May 11, 2023 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant