Skip to content

Commit

Permalink
fix: response format
Browse files Browse the repository at this point in the history
  • Loading branch information
FemiNoviaLina committed Sep 5, 2024
1 parent 5f235a9 commit e48133b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gotocompany/shield/v1beta1/shield.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ message ListResourceOfUserGlobalRequest {
}

message ListResourceOfUserGlobalResponse {
repeated google.protobuf.Struct resources = 1;
google.protobuf.Struct resources = 1;
}

message Activity {
Expand Down

0 comments on commit e48133b

Please sign in to comment.