Update Sidebar.svelte
This commit is contained in:
parent
4520bd877f
commit
4dea2ca0d0
|
@ -128,7 +128,7 @@
|
||||||
|
|
||||||
onMount(() => {
|
onMount(() => {
|
||||||
console.log('Downloading from server.');
|
console.log('Downloading from server.');
|
||||||
fetchLocalStorage();
|
// fetchLocalStorage();
|
||||||
});
|
});
|
||||||
|
|
||||||
// setInterval(syncLocalStorage, 10000);
|
// setInterval(syncLocalStorage, 10000);
|
||||||
|
|
Loading…
Reference in New Issue