mirror of https://github.com/grpc/grpc-node.git
Fixed import
This commit is contained in:
parent
a4c0d29b8e
commit
2a43154668
|
@ -31,7 +31,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
var _ = require('loadsh');
|
||||
var _ = require('lodash');
|
||||
|
||||
module.exports = {
|
||||
'streamingCall' : {
|
||||
|
|
Loading…
Reference in New Issue