diff --git a/src/content/index.js b/src/content/index.js index cfa16e1..a31aed7 100644 --- a/src/content/index.js +++ b/src/content/index.js @@ -26,7 +26,10 @@ if (typeof browser !== "undefined") { uuid = crypto.randomUUID(); storage.set({ eip6963Uuid: uuid }); } - window.postMessage({ type: "AUTISTMASK_PROVIDER_UUID", uuid }, location.origin); + window.postMessage( + { type: "AUTISTMASK_PROVIDER_UUID", uuid }, + location.origin, + ); }); })();