fix linting

This commit is contained in:
Arthur Lu
2024-01-12 01:49:24 +00:00
parent 68f92493b7
commit c9e4bb7484
4 changed files with 10 additions and 7 deletions

View File

@@ -99,7 +99,7 @@ router.post("/password", async (req, res) => {
res.status(response.status).send();
}
else {
res.status(response.status).send({error: response.data.error});
res.status(response.status).send({ error: response.data.error });
}
}
else {