From 6e1df18c384f551c4177f0cf0a50bbd816837927 Mon Sep 17 00:00:00 2001 From: Ajay Date: Wed, 20 Jul 2022 17:20:19 -0400 Subject: [PATCH] Allow updating warning messages --- src/routes/postWarning.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/postWarning.ts b/src/routes/postWarning.ts index c6b1f09..8a503e7 100644 --- a/src/routes/postWarning.ts +++ b/src/routes/postWarning.ts @@ -52,8 +52,8 @@ export async function postWarning(req: Request, res: Response): Promise