mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-01-25 04:16:28 +00:00
fix: truncate pow compute time before submitting
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
import log from "../logger";
|
||||
|
||||
import prove from "./prove";
|
||||
import {PoWConfig, ServiceWorkerWork} from "./types";
|
||||
import { PoWConfig, ServiceWorkerWork } from "./types";
|
||||
|
||||
log.log("worker registered");
|
||||
onmessage = async (e) => {
|
||||
|
||||
Reference in New Issue
Block a user