Skip to content

Commit 26b74ce

Browse files
committed
remove optional field for ts_package to avoid protoc error
1 parent e2b40a5 commit 26b74ce

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)