Skip to content

Commit

Permalink
chore(dynamite): Fix deprecation warning
Browse files Browse the repository at this point in the history
Signed-off-by: provokateurin <[email protected]>
  • Loading branch information
provokateurin committed Jun 14, 2024
1 parent 6de6caf commit 988a4e6
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 988a4e6

Please sign in to comment.