Skip to content

Commit

Permalink
fix: update googlePRotoFilesDir (#1280)
Browse files Browse the repository at this point in the history
  • Loading branch information
summer-ji-eng committed Jun 10, 2022
1 parent 76e157f commit e91f5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import * as objectHash from 'object-hash';
import * as gax from './gax';
import {ClientOptions} from '@grpc/grpc-js/build/src/client';

const googleProtoFilesDir = path.join(__dirname, '..', '..', 'protos');
const googleProtoFilesDir = path.join(__dirname, '..', '..', 'build', 'protos');

// INCLUDE_DIRS is passed to @grpc/proto-loader
const INCLUDE_DIRS: string[] = [];
Expand Down

0 comments on commit e91f5ae

Please sign in to comment.