chore: Upgrade Prettier 1.8 -> 2.0 (#1436)
This commit is contained in:
@ -56,7 +56,7 @@ router.use("/", attachments.routes());
|
||||
router.use("/", utils.routes());
|
||||
router.use("/", groups.routes());
|
||||
|
||||
router.post("*", ctx => {
|
||||
router.post("*", (ctx) => {
|
||||
ctx.throw(new NotFoundError("Endpoint not found"));
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user