grpc-code-gen
Advanced tools
Comparing version 3.4.5 to 3.4.6
@@ -404,3 +404,3 @@ "use strict"; | ||
return origin.call(Service.prototype, request, options, callback); | ||
return origin.call(this, request, options, callback); | ||
}); | ||
@@ -407,0 +407,0 @@ } |
{ | ||
"name": "grpc-code-gen", | ||
"version": "3.4.5", | ||
"version": "3.4.6", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/yunkeCN/grpc-code-gen.git", |
@@ -478,3 +478,3 @@ import * as fs from 'fs-extra'; | ||
return origin.call(Service.prototype, request, options, callback); | ||
return origin.call(this, request, options, callback); | ||
}); | ||
@@ -481,0 +481,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
120835