From 749062bed65a0f740988399ae591d259c71fdc3b Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Mon, 27 Jan 2025 17:47:42 +0100 Subject: frontend/lint: Fix miscellaneous lint issues --- frontend/src/lib/Navigation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/lib/Navigation.ts') diff --git a/frontend/src/lib/Navigation.ts b/frontend/src/lib/Navigation.ts index e6b17cd..5ed3ec5 100644 --- a/frontend/src/lib/Navigation.ts +++ b/frontend/src/lib/Navigation.ts @@ -41,7 +41,7 @@ export function parseFilter(params: URLSearchParams): T { try { return JsonURL.parse(param, { AQF: true, impliedObject: {} }) as T; - } catch (e) { + } catch { return {} as T; } } -- cgit v1.2.3-2-gb3c3