$EDITOR trim & title fix #1

Closed
decentral1se wants to merge 2 commits from chore-tidy-and-title into main
7 changed files with 7 additions and 12 deletions
Showing only changes of commit bc7f09494c - Show all commits

View File

@ -2,5 +2,3 @@
export default (err, _, res) => {
res.status(500).json({ message: err.message })
}

View File

@ -89,4 +89,3 @@ test.serial('post "/api/point/add" with incorrect data keys throws 500 error', a
test.after(async () => {
await db.migrate.down()
})

View File

@ -33,4 +33,3 @@ export default new Router({
}
]
})

View File

@ -15,4 +15,3 @@ const io = new Server(server)
ViteExpress.bind(App, server)
Socket(io)