Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Ileriayo committed Feb 12, 2024
1 parent 300a236 commit 76717f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/metadata/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

const grpc = require('@grpc/grpc-js');
const protoLoader = require('@grpc/proto-loader');
const parseArgs = require('minimist');

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

Expand Down

0 comments on commit 76717f8

Please sign in to comment.