Skip to content

Commit

Permalink
Update ingestScanData.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
azdak committed Nov 21, 2024
1 parent 41f8ae5 commit eca0b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/ingestScanData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ export const ingestScanData = async ( db, result, jobId, urlId, userId ) => {
values: [result, jobId],
});

return result.nodes;
return jobId;
}

0 comments on commit eca0b8a

Please sign in to comment.