Refactoring

This commit is contained in:
Rampeur
2025-08-15 20:32:33 +02:00
parent 25a09aa0fe
commit f211bc4b5b
6 changed files with 0 additions and 47 deletions
-1
View File
@@ -39,7 +39,6 @@ const getUser = async (req, res) => {
try {
const user = await UserService.getUserById(req.payload.id);
console.log(req.payload);
res.status(200).json({
user: user.toAuthJSON(),
});