mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Removed a default value I missed
This commit is contained in:
parent
8b05c4d6b3
commit
dccd4f031c
@ -34,7 +34,7 @@ package examples;
|
||||
// Protocol type definitions
|
||||
message StockRequest {
|
||||
string symbol = 1;
|
||||
int32 num_trades_to_watch = 2 [default=0];
|
||||
int32 num_trades_to_watch = 2;
|
||||
}
|
||||
|
||||
message StockReply {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user