From bb0debe29d6f6999923ffb7b0b73e04f7c88e977 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Thu, 9 Apr 2026 12:17:28 +0200 Subject: [PATCH] fix: correct syntax error in lib/config.ts --- lib/config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/config.ts b/lib/config.ts index fdd0918..77ca2cd 100644 --- a/lib/config.ts +++ b/lib/config.ts @@ -42,7 +42,6 @@ function createConfig() { proxyPath: "/errors", enabled: Boolean(env.SENTRY_DSN), }, - }, cache: { enabled: false,