oops that doesn't need to be there

This commit is contained in:
wearrrrr 2024-10-12 17:00:20 -05:00
parent 597e663d09
commit 194ceb0fd0

View file

@ -22,8 +22,6 @@ export class ScramjetServiceWorker extends EventTarget {
this.threadpool = new ScramjetThreadpool();
this.cookieStore.load;
addEventListener("message", ({ data }: { data: MessageC2W }) => {
if (!("scramjet$type" in data)) return;