Skip to content

Commit 6244c83

Browse files
committed
refactor: code style (-_-) (sorry)
1 parent f2dd6d1 commit 6244c83

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/util/pusher.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function convertDeprecatedOptions(options: Record<any, any>) {
2121

2222
deprecationWarning(
2323
'The authorizer option is deprecated and will be removed in the next major version. ' +
24-
'Please use the channelAuthorization.customHandler option instead.'
24+
'Please use the channelAuthorization.customHandler option instead.'
2525
);
2626

2727
return;
@@ -35,7 +35,7 @@ export function convertDeprecatedOptions(options: Record<any, any>) {
3535

3636
deprecationWarning(
3737
'The authEndpoint option is deprecated and will be removed in the next major version. ' +
38-
'Please use the channelAuthorization.endpoint option instead.'
38+
'Please use the channelAuthorization.endpoint option instead.'
3939
);
4040
}
4141

@@ -47,7 +47,7 @@ export function convertDeprecatedOptions(options: Record<any, any>) {
4747

4848
deprecationWarning(
4949
'The authTransport option is deprecated and will be removed in the next major version. ' +
50-
'Please use the channelAuthorization.transport option instead.'
50+
'Please use the channelAuthorization.transport option instead.'
5151
);
5252
}
5353

@@ -60,7 +60,7 @@ export function convertDeprecatedOptions(options: Record<any, any>) {
6060

6161
deprecationWarning(
6262
'The auth option is deprecated and will be removed in the next major version. ' +
63-
'Please use the channelAuthorization.headers and channelAuthorization.params options instead.'
63+
'Please use the channelAuthorization.headers and channelAuthorization.params options instead.'
6464
);
6565
}
6666

0 commit comments

Comments
 (0)