From b3413e8be524d52c293104883c196de33092a014 Mon Sep 17 00:00:00 2001 From: Jipson Minibhavan Date: Thu, 25 Jan 2024 22:19:25 +0100 Subject: [PATCH] -- --- frontend/mocks/handlers.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/mocks/handlers.ts b/frontend/mocks/handlers.ts index be31357..6c1d59a 100644 --- a/frontend/mocks/handlers.ts +++ b/frontend/mocks/handlers.ts @@ -30,4 +30,3 @@ export const handlers: RequestHandler[] = [ // Update-Logik return res(ctx.json({ updated: true })) })*/ -]