Skip to content

Commit 23a65df

Browse files
committed
fix: update feed filter to use feed_flag_status instead of id
1 parent f9af548 commit 23a65df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/channel/channel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export class ChannelService {
213213
return this.repositoryRead.find({
214214
where: {
215215
feed: {
216-
id: In([FeedFlagStatusStatusEnum.Active, FeedFlagStatusStatusEnum.AlwaysParse])
216+
feed_flag_status: In([FeedFlagStatusStatusEnum.Active, FeedFlagStatusStatusEnum.AlwaysParse])
217217
}
218218
},
219219
...config

0 commit comments

Comments
 (0)