Update Sidebar.svelte

This commit is contained in:
Morgan 2024-02-16 16:20:48 +09:00 committed by GitHub
parent 4520bd877f
commit 4dea2ca0d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
onMount(() => {
console.log('Downloading from server.');
fetchLocalStorage();
// fetchLocalStorage();
});
// setInterval(syncLocalStorage, 10000);