Skip to content

Commit

Permalink
updated: test submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
LeHoDiep committed Mar 16, 2024
1 parent 25311f9 commit e1fbb46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion reqResType.proto
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ message ChangePasswordReqBody {
message RefreshTokenReqBody {
string refresh_token = 1;
}
message TestReqBody555 {
message TestReqBody444 {
string test_string = 1;
}
message UserVerifyStatus {
Expand Down
2 changes: 1 addition & 1 deletion src/models/requests/User.requests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ export interface RefreshTokenReqBody {
refresh_token: string
}

export interface TestReqBody555 {
export interface TestReqBody444 {
test_string: string
}
2 changes: 1 addition & 1 deletion typeLibra

0 comments on commit e1fbb46

Please sign in to comment.