Skip to content

Commit

Permalink
refactor: read order
Browse files Browse the repository at this point in the history
  • Loading branch information
w-h-a committed Jul 8, 2024
1 parent e24fa50 commit b2bfcd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions proto/order/order.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proto/order/order.proto
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ message CreateResponse {}

// read request/response
message ReadRequest {
string suffix = 1;
string prefix = 1;
}

message ReadResponse {
Expand Down

0 comments on commit b2bfcd3

Please sign in to comment.