From 626ae40683a7626854a1dba3710306b5c3a20681 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Mar 2022 17:37:51 +0100 Subject: [PATCH] [create-pull-request] push formatted files (#27) Co-authored-by: Stefan-5422 --- src/app.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app.ts b/src/app.ts index 6ef80fa..6af2048 100644 --- a/src/app.ts +++ b/src/app.ts @@ -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(); } });