Skip to content

Commit

Permalink
Merge pull request #140 from defint/bugfix/auth-options-to-map
Browse files Browse the repository at this point in the history
Fix auth options
  • Loading branch information
aonemd authored Nov 25, 2024
2 parents 54a7a33 + 60e23c5 commit c04aa08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pusher-js/core/auth/options.dart
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ extension AuthorizerOptionsExt on AuthorizerOptions {
Map<String, dynamic> toMap() => {
'authTransport': authTransport,
'authEndpoint': authEndpoint,
'auth': auth,
'auth': auth?.toMap(),
};
}

0 comments on commit c04aa08

Please sign in to comment.