Skip to content

Commit 16c92d7

Browse files
refactor: reorder community token kinds in user tokenized community data source provider
1 parent 73f88e5 commit 16c92d7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

lib/app/features/feed/providers/user_tokenized_community_data_source_provider.r.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,14 @@ import 'package:riverpod_annotation/riverpod_annotation.dart';
1414
part 'user_tokenized_community_data_source_provider.r.g.dart';
1515

1616
const _requestKinds = [
17-
CommunityTokenActionEntity.kind,
18-
CommunityTokenDefinitionEntity.kind,
1917
GenericRepostEntity.communityTokenDefinitionRepostKind,
2018
GenericRepostEntity.communityTokenActionRepostKind,
19+
CommunityTokenActionEntity.kind,
2120
];
2221

2322
const _withCountersKinds = [
2423
CommunityTokenActionEntity.kind,
2524
CommunityTokenDefinitionEntity.kind,
26-
GenericRepostEntity.kind,
2725
];
2826

2927
@riverpod

0 commit comments

Comments
 (0)