mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Fixed reference to grpc_default_credentials_create
This commit is contained in:
parent
c38a6a5362
commit
06c2616283
@ -130,7 +130,7 @@ NAN_METHOD(Credentials::New) {
|
||||
|
||||
NAN_METHOD(Credentials::CreateDefault) {
|
||||
NanScope();
|
||||
NanReturnValue(WrapStruct(grpc_default_credentials_create()));
|
||||
NanReturnValue(WrapStruct(grpc_google_default_credentials_create()));
|
||||
}
|
||||
|
||||
NAN_METHOD(Credentials::CreateSsl) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user