[create-pull-request] push formatted files (#27)

Co-authored-by: Stefan-5422 <[email protected]>
This commit is contained in:
github-actions[bot]
2022-04-28 12:49:07 +02:00
committed by Stefan-5422
co-authored by Stefan-5422
parent 035eb8771c
commit 4a57f75997
+3 -3
View File
@@ -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();
}
});