Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
notsapinho committed Feb 13, 2022
1 parent d0eafb6 commit 50b7444
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/provider/capmonster-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ class CapMonster {

await new Promise((resolve) => setTimeout(resolve, this.opts.pollingInterval));
const result = await this.getResult(response.data.taskId);
;
if (result.data.status === "ready") {
solved = true;
return callback(null, {
Expand Down

0 comments on commit 50b7444

Please sign in to comment.