chore: trim whitespace/newlines
This commit is contained in:
parent
c0738cb902
commit
bc7f09494c
@ -2,5 +2,3 @@
|
|||||||
export default (err, _, res) => {
|
export default (err, _, res) => {
|
||||||
res.status(500).json({ message: err.message })
|
res.status(500).json({ message: err.message })
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -89,4 +89,3 @@ test.serial('post "/api/point/add" with incorrect data keys throws 500 error', a
|
|||||||
test.after(async () => {
|
test.after(async () => {
|
||||||
await db.migrate.down()
|
await db.migrate.down()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -33,4 +33,3 @@ export default new Router({
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user