Skip to content

Commit

Permalink
Update rpc/flipt.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Phelps <markphelps@github.com>
  • Loading branch information
vic3lord and Mark Phelps committed Jun 2, 2020
1 parent 70ffdaa commit fec4d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/flipt.proto
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ message EvaluationResponse {

message BatchEvaluationResponse {
string request_id = 1;
repeated EvaluationResponse response = 2;
repeated EvaluationResponse responses = 2;
double request_duration_millis = 3;
}

Expand Down

0 comments on commit fec4d09

Please sign in to comment.