Skip to content

Commit

Permalink
improve parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
pstaeck committed Nov 12, 2024
1 parent c68d0f3 commit 7ddd1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/t2iapi/context/context_responses.proto
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ PARTICIPANT ENSEMBLE(s) for a given pm:EnsembleContextDescriptor.
*/
message RepresentativeEnsembleMembershipIndicationResponse {
BasicResponse status = 1;
repeated string context_state_handle_list = 2;
repeated string context_state_handle = 2;
}

0 comments on commit 7ddd1d7

Please sign in to comment.