fmt: prettier format content/index.js
All checks were successful
check / check (push) Successful in 21s

This commit is contained in:
2026-02-27 14:10:37 -08:00
parent 85427e1fd4
commit 4fdbc5adae

View File

@@ -26,7 +26,10 @@ if (typeof browser !== "undefined") {
uuid = crypto.randomUUID(); uuid = crypto.randomUUID();
storage.set({ eip6963Uuid: uuid }); storage.set({ eip6963Uuid: uuid });
} }
window.postMessage({ type: "AUTISTMASK_PROVIDER_UUID", uuid }, location.origin); window.postMessage(
{ type: "AUTISTMASK_PROVIDER_UUID", uuid },
location.origin,
);
}); });
})(); })();