1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-23 10:52:30 +01:00

Whoops, missed one

This commit is contained in:
ChrisChrome 2022-08-10 04:35:10 -06:00
parent e041945ecc
commit f79baa7b2c
No known key found for this signature in database
GPG Key ID: A023A26E42C33A42

View File

@ -18,7 +18,6 @@ router.patch("/", route({}), async (req: Request, res: Response) => {
}
if(req.body.tags) app.tags = req.body.tags;
await app.save();
debugger;
res.json(app).status(200);
});