mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-08 22:50:00 +08:00
fix: error when trying to update result tags
This commit is contained in:
parent
e6666c48c3
commit
f7f09d16b1
1 changed files with 3 additions and 0 deletions
|
@ -161,6 +161,9 @@ export async function updateTags(
|
|||
if (!result.punctuation) {
|
||||
result.punctuation = false;
|
||||
}
|
||||
if (!result.numbers) {
|
||||
result.numbers = false;
|
||||
}
|
||||
|
||||
const user = await getUser(uid, "update tags");
|
||||
const tagPbs = await checkIfTagPb(uid, user, result);
|
||||
|
|
Loading…
Add table
Reference in a new issue