From 19a457fbfb8de7c7f1079950fe02e27292a21661 Mon Sep 17 00:00:00 2001 From: MegahNevel Date: Sun, 8 Dec 2024 03:48:08 -0300 Subject: [PATCH] prettier --- src/Controllers/userController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controllers/userController.js b/src/Controllers/userController.js index 6ac0899..0110837 100644 --- a/src/Controllers/userController.js +++ b/src/Controllers/userController.js @@ -80,7 +80,7 @@ const login = async (req, res) => { const user = await User.findOne({ email: email, //"Gamebiarra" Não deve ficar aqui no final - status: true + status: true, }); if (!user) {