Skip to content

Commit

Permalink
bid proto correction
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsingh33 committed Apr 9, 2024
1 parent 7c3d9fe commit 349c2b8
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 104 deletions.
2 changes: 1 addition & 1 deletion proto/comdex/auctionsV2/v1beta1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ message QueryBidRequest {
message QueryBidResponse {
Bid bid = 1 [
(gogoproto.nullable) = false,
(gogoproto.moretags) = "yaml:\"bids\""
(gogoproto.moretags) = "yaml:\"bid\""
];
}

Expand Down
Loading

0 comments on commit 349c2b8

Please sign in to comment.