Skip to content

Commit e05cbcc

Browse files
author
emily hong
committed
fix protos?
1 parent b53c73b commit e05cbcc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

proto/viam/app/v1/app.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -844,10 +844,10 @@ enum FragmentErrorType {
844844
}
845845

846846
message FragmentUsage {
847-
int32 fragment_id = 1;
848-
int64 organizations = 2;
849-
int64 machines = 3;
850-
int64 machines_in_current_org = 4;
847+
string fragment_id = 1;
848+
int32 organizations = 2;
849+
int32 machines = 3;
850+
int32 machines_in_current_org = 4;
851851
}
852852

853853
message ResolvedFragment {

0 commit comments

Comments
 (0)