Fix
This commit is contained in:
parent
3dc31548bf
commit
ee5bc74142
|
@ -93,6 +93,7 @@
|
|||
async function syncLocalStorage(){
|
||||
console.log("Syncing...")
|
||||
uploadLocalStorage();
|
||||
fetchLocalStorage();
|
||||
}
|
||||
|
||||
onMount(() => {
|
||||
|
|
Loading…
Reference in New Issue