Skip to content

Commit 76717f8

Browse files
committed
Fix missing import
1 parent 300a236 commit 76717f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/metadata/server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
const grpc = require('@grpc/grpc-js');
2020
const protoLoader = require('@grpc/proto-loader');
21+
const parseArgs = require('minimist');
2122

2223
const PROTO_PATH = __dirname + '/../protos/echo.proto';
2324

0 commit comments

Comments
 (0)