Skip to content

Commit 7b66648

Browse files
authored
fix groups usage grouping (#9867)
1 parent cfbb87c commit 7b66648

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ydb/core/viewer/storage_groups.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,6 @@ class TStorageGroups : public TViewerPipeClient {
547547
const TFieldsType FieldsAll = TFieldsType().set();
548548
const TFieldsType FieldsBsGroups = TFieldsType().set(+EGroupFields::GroupId)
549549
.set(+EGroupFields::Erasure)
550-
.set(+EGroupFields::Usage)
551550
.set(+EGroupFields::Used)
552551
.set(+EGroupFields::Limit)
553552
.set(+EGroupFields::Latency);

0 commit comments

Comments
 (0)