From 34147f87abfad99f1ee9dcd44d9ceec855238b51 Mon Sep 17 00:00:00 2001 From: Stephen Adamson Date: Thu, 25 Jun 2026 18:55:39 +0100 Subject: [PATCH] fix: add inline eslint-disable inside handleGotoAccount function --- frontend/src/routes/gdpr/+page.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/routes/gdpr/+page.svelte b/frontend/src/routes/gdpr/+page.svelte index bdebdb0..1e68bfd 100644 --- a/frontend/src/routes/gdpr/+page.svelte +++ b/frontend/src/routes/gdpr/+page.svelte @@ -254,6 +254,7 @@ // eslint-disable-next-line svelte/no-navigation-without-resolve function handleGotoAccount() { + // eslint-disable-next-line svelte/no-navigation-without-resolve goto('/account'); }