Skip to content

Commit

Permalink
fixup! refactor(neon,neon_files): Adjust to generated specs
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin committed Aug 4, 2023
1 parent 383168b commit 865d41c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/neon/neon_news/lib/blocs/articles.dart
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ class NewsArticlesBloc extends InteractiveBloc implements NewsArticlesBlocEvents

await requestManager.wrapNextcloud<List<NewsArticle>, NewsListArticles>(
account.id,
'news-articles-${type.code}-$id-$getRead',
'news-articles-${type.index}-$id-$getRead',
articles,
() async => account.client.news.listArticles(
type: type.code,
type: type.index,
id: id ?? 0,
getRead: getRead ?? true ? 1 : 0,
),
Expand Down

0 comments on commit 865d41c

Please sign in to comment.