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:
parent
e5be59a72d
commit
8650120ebc
@ -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);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user