Skip to content

Commit 1f1af3b

Browse files
committed
๐Ÿ› fix: ๋ถˆํ•„์š”ํ•œ ์ถ”๊ฐ€ ํ•„ํ„ฐ๋ง ๋กœ์ง ์ œ๊ฑฐ
1 parent 5bd3d10 commit 1f1af3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

โ€Žfeed-crawler/src/repository/feed.repository.tsโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class FeedRepository {
4444
const promiseResults = await Promise.all(insertPromises);
4545

4646
const insertedFeeds = promiseResults
47-
.filter((result) => result.success && result.result)
47+
.filter((result) => result.success)
4848
.map((result) => ({
4949
...resultData[result.index],
5050
id: result.result.insertId,

0 commit comments

Comments
ย (0)