Skip to content

Commit

Permalink
Hopefully fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
fallaciousreasoning committed Dec 19, 2023
1 parent f203cf9 commit 4877e0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/SettingsView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@
})
onMount(() => {
if (!$settings.layers) $settings.layers = {}
for (const layer of layerDefinitions) {
if (!$settings.layers[layer.name]) {
$settings.layers[layer.name] = {
cache: false,
cache: true,
}
}
}
Expand Down

1 comment on commit 4877e0a

@vercel
Copy link

@vercel vercel bot commented on 4877e0a Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.