File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments