Skip to content

Commit

Permalink
fix: proto fields
Browse files Browse the repository at this point in the history
  • Loading branch information
lok52 committed Dec 12, 2024
1 parent ed178cb commit 1acf686
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ message Hash {
message MarketplaceDapp {
string id = 1;
string title = 2;
string logo = 4;
string short_description = 5;
string logo = 3;
string short_description = 4;
}

message BatchImportRequest {
Expand Down

0 comments on commit 1acf686

Please sign in to comment.