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

Co-authored-by: Stefan-5422 <[email protected]>
This commit is contained in:
github-actions[bot]
2022-03-20 17:37:51 +01:00
committed by GitHub
co-authored by Stefan-5422
parent 907c2c68fa
commit 626ae40683
+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();
}
});