We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16c8091 + d0de835 commit 3f93b84Copy full SHA for 3f93b84
1 file changed
src/util.ts
@@ -54,8 +54,8 @@ class KnownInsecureChannelCredentialsImpl extends grpc.ChannelCredentials {
54
return new ComposedChannelCredentials(this, combinedCallCredentials);
55
}
56
57
- _getConnectionOptions(): ConnectionOptions | null {
58
- return null;
+ _getConnectionOptions(): ConnectionOptions {
+ return {};
59
60
_isSecure(): boolean {
61
return false;
0 commit comments