From 102f493a245241ad5280962cf516b368f80b080e Mon Sep 17 00:00:00 2001 From: Pagwin Date: Wed, 3 Sep 2025 16:45:50 -0400 Subject: [PATCH] ugh whatever --- static/demos/light-dark-demo-4/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/demos/light-dark-demo-4/sw.js b/static/demos/light-dark-demo-4/sw.js index 48f4fcd..4efab7a 100644 --- a/static/demos/light-dark-demo-4/sw.js +++ b/static/demos/light-dark-demo-4/sw.js @@ -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; } }