From 2c324b26da168b429ca3120f246fb481668806c3 Mon Sep 17 00:00:00 2001 From: jusax23 Date: Fri, 17 Mar 2023 20:22:15 +0100 Subject: [PATCH] spelling --- src/api/post.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/post.ts b/src/api/post.ts index e068ee3..ad49a57 100644 --- a/src/api/post.ts +++ b/src/api/post.ts @@ -29,7 +29,7 @@ export const addPostMethods = (server: express.Express) => { res.send("not active"); return; } - debug("POST", "reveived:", req.body); + debug("POST", "received:", req.body); const aws = (state: string, data: any) => { debug("POST", "send:", state, data); res.status(state == "error" ? 400 : 200);