Skip to content

Commit

Permalink
Reprocess itself function misisng
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterbrandsen authored Feb 6, 2024
1 parent 2c42c6b commit ada862d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ export default async function processData(opts, proxyIndex) {
}

opts.failed = true;
return process(opts, proxyIndex);
return processData(opts, proxyIndex);
}

0 comments on commit ada862d

Please sign in to comment.