Skip to content

Commit 69c2d74

Browse files
authored
Merge pull request grpc-ecosystem#18 from grpc-ecosystem/ylai/remove-optional-field-in-ts-packages
remove optional field for ts_package to avoid protoc error
2 parents e2b40a5 + 26b74ce commit 69c2d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options/ts_package.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ option go_package = "github.com/grpc-ecosystem/protoc-gen-grpc-gateway-ts/option
77
import "google/protobuf/descriptor.proto";
88

99
extend google.protobuf.FileOptions {
10-
optional string ts_package = 50000;
10+
string ts_package = 50000;
1111
}

0 commit comments

Comments
 (0)