ugh whatever

This commit is contained in:
Pagwin 2025-09-03 16:45:50 -04:00
parent 8298e7d098
commit 102f493a24

View file

@ -68,7 +68,7 @@ function toggleLightDark(transaction){
yeet.onsuccess = res;
}
else {
const plonk = obj_store.add({id:1});
const plonk = obj_store.add({id:1}, 1);
plonk.onsuccess = res;
}
}