Skip to content

Commit

Permalink
Merge pull request #2175 from nextcloud/chore/dynamite/fix-deprecatio…
Browse files Browse the repository at this point in the history
…n-warning

chore(dynamite): Fix deprecation warning
  • Loading branch information
provokateurin authored Jun 15, 2024
2 parents 6de6caf + 988a4e6 commit a00ea3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dynamite/dynamite/lib/src/builder/client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ ${allocate(returnType)}(

final acceptHeader = responses.keys
.map((response) => response.content?.keys)
.whereNotNull()
.nonNulls
.expand((element) => element)
.toSet()
.join(',');
Expand Down

0 comments on commit a00ea3c

Please sign in to comment.