Skip to content

Commit

Permalink
Update arweave_service.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocarvalhodev committed Nov 20, 2024
1 parent c025e66 commit a9ebf05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/arweave/arweave_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ class ArweaveService {

yield licenseComposedQuery.data!.transactions.edges
.map((e) => e.node)
.where(e)
.where((e) => e.tags.any((t) => t.name == 'License'))
.toList();
}
}
Expand Down

0 comments on commit a9ebf05

Please sign in to comment.