We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54a7a33 + 60e23c5 commit c04aa08Copy full SHA for c04aa08
lib/pusher-js/core/auth/options.dart
@@ -84,6 +84,6 @@ extension AuthorizerOptionsExt on AuthorizerOptions {
84
Map<String, dynamic> toMap() => {
85
'authTransport': authTransport,
86
'authEndpoint': authEndpoint,
87
- 'auth': auth,
+ 'auth': auth?.toMap(),
88
};
89
}
0 commit comments