mirror of
https://github.com/detleph/server.git
synced 2026-09-04 08:36:06 +02:00
[create-pull-request] push formatted files (#27)
Co-authored-by: Stefan-5422 <[email protected]>
This commit is contained in:
committed by
Stefan-5422
co-authored by
Stefan-5422
parent
035eb8771c
commit
4a57f75997
+3
-3
@@ -31,10 +31,10 @@ async function main() {
|
||||
if (err) {
|
||||
res.status(400).send({
|
||||
type: "error",
|
||||
payload: "The body of your request did not contain valid data"
|
||||
})
|
||||
payload: "The body of your request did not contain valid data",
|
||||
});
|
||||
} else {
|
||||
next()
|
||||
next();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user