Skip to content

Commit 3fe2576

Browse files
committed
reverted plugin typing
1 parent 5bc5229 commit 3fe2576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/plugin.client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function createAuthorizer(
7979
channel_name: channel.name,
8080
})
8181

82-
client(authentication.authEndpoint, {
82+
client<ChannelAuthorizationData>(authentication.authEndpoint, {
8383
method: 'post',
8484
body: payload,
8585
})

0 commit comments

Comments
 (0)