chore: clean console log
This commit is contained in:
@@ -106,8 +106,6 @@ router.get('/config', requireSignIn, async (req: AuthenticatedRequest, res: Resp
|
|||||||
raw: true,
|
raw: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log(`found user:`, user);
|
|
||||||
|
|
||||||
if (!user) {
|
if (!user) {
|
||||||
return res.status(404).json({ message: 'User not found' });
|
return res.status(404).json({ message: 'User not found' });
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user