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.
1 parent 5bc5229 commit 3fe2576Copy full SHA for 3fe2576
src/runtime/plugin.client.ts
@@ -79,7 +79,7 @@ function createAuthorizer(
79
channel_name: channel.name,
80
})
81
82
- client(authentication.authEndpoint, {
+ client<ChannelAuthorizationData>(authentication.authEndpoint, {
83
method: 'post',
84
body: payload,
85
0 commit comments