Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
MegahNevel committed Dec 8, 2024
1 parent f150f0a commit 19a457f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controllers/userController.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 19a457f

Please sign in to comment.