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 d207dbf commit 7af8613Copy full SHA for 7af8613
src/control/ContextReceiver.ts
@@ -25,7 +25,7 @@ namespace ContextReceiver {
25
metadata.add('Authentication', config.authorization);
26
callback(null, metadata);
27
}
28
- )) : grpc.credentials.createInsecure(),
+ )) : grpc.credentials.createInsecure()
29
);
30
31
0 commit comments