Skip to content

Commit

Permalink
fix(#45): show default values in response
Browse files Browse the repository at this point in the history
  • Loading branch information
notmedia committed Jan 23, 2023
1 parent 3feb5ac commit 804ffb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/protobuf/protobuf-loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export class ProtobufLoader {
static async loadFromFile(options: GrpcOptions): Promise<PackageDefinition> {
const ast = await protoloader.load(options.path, {
keepCase: true,
defaults: true,
includeDirs: options.includeDirs || [],
longs: String,
});
Expand Down

0 comments on commit 804ffb3

Please sign in to comment.