Skip to content

Commit 6962178

Browse files
committed
chore: remove unused ignore
1 parent cc10f4d commit 6962178

File tree

1 file changed

+0
-1
lines changed
  • apps/svelte.dev/src/routes/(authed)/playground/[id]

1 file changed

+0
-1
lines changed

apps/svelte.dev/src/routes/(authed)/playground/[id]/+page.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
let modified = $state(false);
2222
let setting_hash: any = null;
2323
24-
// svelte-ignore non_reactive_update
2524
let version = $derived(page.url.searchParams.get('version') || 'latest');
2625
2726
// Hashed URLs are less safe (we can't delete malicious REPLs), therefore

0 commit comments

Comments
 (0)