mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 13:01:10 +08:00
lint warning
This commit is contained in:
parent
eafad772b2
commit
96097e83c4
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ class UserController {
|
|||
try {
|
||||
const { uid } = req.decodedToken;
|
||||
await UsersDAO.unlinkDiscord(uid);
|
||||
Logger.log("user_discord_unlinked", ``, uid);
|
||||
Logger.log("user_discord_unlinked", "", uid);
|
||||
return res.status(200).send();
|
||||
} catch (e) {
|
||||
return next(e);
|
||||
|
|
Loading…
Reference in a new issue