This commit is contained in:
Lukian LEIZOUR 2024-06-02 18:10:05 +02:00
parent 06384b45d3
commit a7a8565728

View file

@ -26,7 +26,8 @@ router.post('/', async (req, res) => {
}
await addHelper(user.user.username, gameid);
} catch {
} catch (error) {
console.log(error);
return res.status(400).send({error: "invalid token"});
}