Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-crespo-fdc committed Oct 14, 2024
1 parent f0f465d commit aedf591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/api/v1/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,8 @@ message Deployment {

//Lightweight version of application. Only contains name, team and warnings
message OverviewApplication {
string Name = 1;
string Team = 2;
string name = 1;
string team = 2;
}

message GetOverviewRequest {
Expand Down

0 comments on commit aedf591

Please sign in to comment.