Skip to content

Commit

Permalink
fixed "unit32" is not defined.
Browse files Browse the repository at this point in the history
  • Loading branch information
roca committed Dec 6, 2023
1 parent e64f24e commit 411f8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion udemy/HandsOngRPC/proto/resiliency/type/resiliency.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ message ResiliencyRequest {

message ResiliencyResponse {
string response = 1;
unit32 status_code = 2;
uint32 status_code = 2;
}

0 comments on commit 411f8b2

Please sign in to comment.