Skip to content

Commit

Permalink
Merge pull request #18 from grpc-ecosystem/ylai/remove-optional-field…
Browse files Browse the repository at this point in the history
…-in-ts-packages

remove optional field for ts_package to avoid protoc error
  • Loading branch information
lyonlai committed May 23, 2021
2 parents e2b40a5 + 26b74ce commit 69c2d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options/ts_package.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ option go_package = "github.com/grpc-ecosystem/protoc-gen-grpc-gateway-ts/option
import "google/protobuf/descriptor.proto";

extend google.protobuf.FileOptions {
optional string ts_package = 50000;
string ts_package = 50000;
}

0 comments on commit 69c2d74

Please sign in to comment.