From 934ce7972814fd4ab1000113e254c561d971a509 Mon Sep 17 00:00:00 2001 From: mini-bomba <55105495+mini-bomba@users.noreply.github.com> Date: Tue, 12 Sep 2023 23:40:39 +0200 Subject: [PATCH] Replace "warning" with "tip" in responses from postWarning.ts --- 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 aed4094..20a4c0b 100644 --- a/src/routes/postWarning.ts +++ b/src/routes/postWarning.ts @@ -59,7 +59,7 @@ export async function postWarning(req: Request, res: Response): Promise