From 1eb998c7d6b68488d67a3ab7939118f85688cc07 Mon Sep 17 00:00:00 2001 From: Max Campbell Date: Sun, 20 Mar 2022 14:47:21 -1000 Subject: [PATCH] Changes --- server/src/routes/posts.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/server/src/routes/posts.ts b/server/src/routes/posts.ts index 23a8076b..04706499 100644 --- a/server/src/routes/posts.ts +++ b/server/src/routes/posts.ts @@ -20,7 +20,6 @@ posts.post( userId: Joi.string().required(), }, }), - async (req, res, next) => { console.log(req.body); try {