Skip to content

Commit

Permalink
fix articles not showing in search
Browse files Browse the repository at this point in the history
  • Loading branch information
ksh-b committed Jun 13, 2024
1 parent 71feeef commit 58b5517
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/brain/article_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class ArticleProvider {
(value) {
if (value.isNotEmpty) {
collectPublisherArticles(
subscriptionArticles.toSet(),
subscriptionArticles,
value,
"${value.first.publisher}~${value.first.category}",
page,
Expand Down Expand Up @@ -111,6 +111,5 @@ class ArticleProvider {
? (nextPage[subscription]! + 1)
: page + 1;
}

}
}

0 comments on commit 58b5517

Please sign in to comment.