From 85fc0477ad758c0d9d87c9df0feb0d0d4e46f0b4 Mon Sep 17 00:00:00 2001 From: Ajay Date: Mon, 17 Jul 2023 23:38:52 -0400 Subject: [PATCH] Fix type check for warning duplicate --- src/routes/postWarning.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/postWarning.ts b/src/routes/postWarning.ts index cb12eb5..3056aec 100644 --- a/src/routes/postWarning.ts +++ b/src/routes/postWarning.ts @@ -43,7 +43,7 @@ export async function postWarning(req: Request, res: Response): Promise