1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-10 04:32:35 +01:00

Whoops, missed one

This commit is contained in:
ChrisChrome 2022-08-10 04:35:10 -06:00 committed by Madeline
parent e5be59a72d
commit 8650120ebc
No known key found for this signature in database
GPG Key ID: 1958E017C36F2E47

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);
});