Skip to content

Commit

Permalink
De-confuse the proto ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
elffjs committed Nov 8, 2024
1 parent 059bc10 commit 64026f0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions pkg/grpc/accounts.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 pkg/grpc/accounts.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ message Wallet {
message Account {
string id = 1;
string country_code = 2;
google.protobuf.Timestamp created_at = 3;
Email email = 4;
Wallet wallet = 5;
google.protobuf.Timestamp created_at = 3;
}

message ListAccountsRequest {
Expand Down

0 comments on commit 64026f0

Please sign in to comment.