Skip to content

Commit

Permalink
fix(launchpad): fix proto
Browse files Browse the repository at this point in the history
  • Loading branch information
WaDadidou committed Jan 6, 2025
1 parent 56afd7f commit 759a279
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions api/launchpad/v1/launchpad.proto
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ message LaunchpadProjectsCountsRequest {
}

message LaunchpadProjectsCountsResponse {
repeated StatusCount statusCounts = 1;
repeated StatusCount status_counts = 1;
}

message ProposeApproveProjectRequest {
Expand Down Expand Up @@ -159,8 +159,3 @@ message Trait {
string trait_type = 2;
string value = 3;
}





0 comments on commit 759a279

Please sign in to comment.