We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0eafb6 commit 50b7444Copy full SHA for 50b7444
src/provider/capmonster-api.ts
@@ -58,7 +58,6 @@ class CapMonster {
58
59
await new Promise((resolve) => setTimeout(resolve, this.opts.pollingInterval));
60
const result = await this.getResult(response.data.taskId);
61
-;
62
if (result.data.status === "ready") {
63
solved = true;
64
return callback(null, {
0 commit comments