chore: cleanups

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-09-28 04:03:39 +00:00
parent 097c9e9586
commit a0df3d4428
3 changed files with 6 additions and 2 deletions

View File

@@ -16,7 +16,6 @@ interface AnubisExports {
}
addEventListener("message", async (event: MessageEvent<Args>) => {
console.log(event.data);
const { data, difficulty, threads, module } = event.data;
let { nonce } = event.data;