fmt: prettier format content/index.js
All checks were successful
check / check (push) Successful in 21s
All checks were successful
check / check (push) Successful in 21s
This commit is contained in:
@@ -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,
|
||||||
|
);
|
||||||
});
|
});
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user