mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 18:39:32 +00:00
Remove dangling commas
This commit is contained in:
@@ -66,7 +66,7 @@ router.post('/login', async (req, res) => {
|
||||
'password'
|
||||
],
|
||||
{
|
||||
email: 'email',
|
||||
email: 'email'
|
||||
}
|
||||
).fields;
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user