Skip to content

Commit

Permalink
fix: incorrect body type for user request (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
aok1j1 committed Nov 25, 2021
1 parent 7646041 commit 628bfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odpf/shield/v1/shield.proto
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ message UpdateGroupRequest {
}

message UpdateCurrentUserRequest {
GroupRequestBody body = 1;
UserRequestBody body = 1;
}

message GetGroupRequest {
Expand Down

0 comments on commit 628bfd6

Please sign in to comment.