Skip to content

Commit 67dfc11

Browse files
remove throw error
1 parent d3967ba commit 67dfc11

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
@@ -811,7 +811,6 @@ export const fetchShardingZones = (): GlobalWritesThunkAction<
811811
return;
812812
}
813813
try {
814-
throw new Error('dan echlin fake error');
815814
const shardingZones = await atlasGlobalWritesService.getShardingZones();
816815
dispatch({
817816
type: GlobalWritesActionTypes.ShardZonesFetched,

0 commit comments

Comments
 (0)