HOTFIX: I hate everything right now

This commit is contained in:
2023-12-24 07:06:20 +11:00
parent 58bc3f6b9d
commit ee705c6d43
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = (req, res, next) => {
const decoded = jwt.decode(accessToken);
req.user = decoded.payload;
req.user = decoded;
return next();
};