mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-18 19:45:58 +08:00
lint warning
This commit is contained in:
parent
f269d0dfd8
commit
eafad772b2
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class UserController {
|
|||
try {
|
||||
const { uid } = req.decodedToken;
|
||||
await UsersDAO.clearPb(uid);
|
||||
Logger.log("user_cleared_pbs", ``, uid);
|
||||
Logger.log("user_cleared_pbs", "", uid);
|
||||
return res.sendStatus(200);
|
||||
} catch (e) {
|
||||
return next(e);
|
||||
|
|
Loading…
Add table
Reference in a new issue