Skip to content

Commit

Permalink
fix protos?
Browse files Browse the repository at this point in the history
  • Loading branch information
ehhong committed Dec 17, 2024
1 parent b53c73b commit e05cbcc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions proto/viam/app/v1/app.proto
Original file line number Diff line number Diff line change
Expand Up @@ -844,10 +844,10 @@ enum FragmentErrorType {
}

message FragmentUsage {
int32 fragment_id = 1;
int64 organizations = 2;
int64 machines = 3;
int64 machines_in_current_org = 4;
string fragment_id = 1;
int32 organizations = 2;
int32 machines = 3;
int32 machines_in_current_org = 4;
}

message ResolvedFragment {
Expand Down

0 comments on commit e05cbcc

Please sign in to comment.