mirror of
https://github.com/mendableai/firecrawl.git
synced 2025-06-27 00:41:33 +00:00
uhhh try again
This commit is contained in:
parent
c7610773f5
commit
e76beba296
@ -157,10 +157,6 @@ async function getNextConcurrentJob(teamId: string): Promise<{
|
||||
cursor = scanResult[0];
|
||||
const results = scanResult[1];
|
||||
|
||||
if (results.length === 0) {
|
||||
continue;
|
||||
}
|
||||
|
||||
for (let i = 0; i < results.length; i += 2) {
|
||||
const res = {
|
||||
job: JSON.parse(results[i]),
|
||||
|
Loading…
x
Reference in New Issue
Block a user