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 5bd3d10 commit 1f1af3bCopy full SHA for 1f1af3b
โfeed-crawler/src/repository/feed.repository.tsโ
@@ -44,7 +44,7 @@ export class FeedRepository {
44
const promiseResults = await Promise.all(insertPromises);
45
46
const insertedFeeds = promiseResults
47
- .filter((result) => result.success && result.result)
+ .filter((result) => result.success)
48
.map((result) => ({
49
...resultData[result.index],
50
id: result.result.insertId,
0 commit comments