probably wasn't overfetching at all
All checks were successful
delpoy / build-and-deploy (push) Successful in 1m24s

This commit is contained in:
2024-11-28 02:31:20 +01:00
parent 750d1b43d7
commit 0066736527
3 changed files with 20 additions and 11 deletions

View File

@@ -1,6 +1,5 @@
<script lang="ts">
import { onMount, tick } from 'svelte';
import { sleep } from '$lib/components/utils';
export let onUpdate: () => Promise<any> = Promise.resolve;