This commit is contained in:
Morgan 2024-02-15 00:42:56 +09:00
parent 3dc31548bf
commit ee5bc74142
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@
async function syncLocalStorage(){ async function syncLocalStorage(){
console.log("Syncing...") console.log("Syncing...")
uploadLocalStorage(); uploadLocalStorage();
fetchLocalStorage();
} }
onMount(() => { onMount(() => {