Skip to content

Commit 525f044

Browse files
Update packages/compass-global-writes/src/store/reducer.ts
Co-authored-by: Sergey Petushkov <[email protected]>
1 parent 6075f25 commit 525f044

File tree

1 file changed

+0
-1
lines changed
  • packages/compass-global-writes/src/store

1 file changed

+0
-1
lines changed

packages/compass-global-writes/src/store/reducer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ export type ShardZoneData = {
151151
export type RootState = {
152152
namespace: string;
153153
managedNamespace?: ManagedNamespace;
154-
// status: ShardingStatus;
155154
shardZones: ShardZoneData[];
156155
} & (
157156
| {

0 commit comments

Comments
 (0)