Skip to content

Commit

Permalink
make UServiceTopic::permission_level optional
Browse files Browse the repository at this point in the history
  • Loading branch information
czfdcn committed May 22, 2024
1 parent 735ef5e commit e29825b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions up-core-api/uprotocol/uoptions.proto
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,5 @@ message UServiceTopic {
repeated string resources = 4;

// Code Access Permission (CAP) Level for the topic
uint32 permission_level = 5;

optional uint32 permission_level = 5;
}

0 comments on commit e29825b

Please sign in to comment.