Skip to content

Commit

Permalink
fix: unlocking
Browse files Browse the repository at this point in the history
  • Loading branch information
zkrising committed Nov 20, 2024
1 parent 152c96c commit 354594c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions server/src/lib/score-import/framework/import-locks/lock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ export async function CheckAndSetOngoingImportLock(userID: integer) {
userID,
},
{
locked: false,
lockedAt: null,
$set: {
locked: false,
lockedAt: null,
}

Check failure on line 37 in server/src/lib/score-import/framework/import-locks/lock.ts

View workflow job for this annotation

GitHub Actions / test

Insert `,`
}
);
}
Expand Down

0 comments on commit 354594c

Please sign in to comment.