This commit is contained in:
Pagwin 2025-09-03 17:02:03 -04:00
parent 403119f511
commit 15bc0ca126

View file

@ -34,7 +34,6 @@ async function handle_redirect(req){
const transaction = db.transaction("light-dark-store", "readwrite"); const transaction = db.transaction("light-dark-store", "readwrite");
transaction.oncomplete = res; transaction.oncomplete = res;
transaction.objectStore("light-dark-store", "readwrite");
toggleLightDark(transaction) toggleLightDark(transaction)
.then(transaction.commit.bind(transaction)) .then(transaction.commit.bind(transaction))
.then(res); .then(res);