lint warning

This commit is contained in:
Miodec 2022-01-08 15:32:28 +01:00
parent f269d0dfd8
commit eafad772b2

View file

@ -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);