Skip to content

Commit 7196ba6

Browse files
committed
wip
1 parent 060ecda commit 7196ba6

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/compass-global-writes/src/components/states/shard-key-correct.spec.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
import { type ShardZoneData } from '../../store/reducer';
99
import Sinon from 'sinon';
1010
import { renderWithStore } from '../../../tests/create-store';
11-
import { type ConnectionInfo } from '@mongodb-js/compass-connections/provider';
1211

1312
describe('ShardKeyCorrect', function () {
1413
const shardZones: ShardZoneData[] = [

packages/compass-global-writes/src/services/atlas-global-writes-service.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,6 @@ export class AtlasGlobalWritesService {
263263
return transformZoneData(Object.values(data), replicationSpecs);
264264
}
265265

266-
async resumeManagedNamespace(namespace: string) {}
267-
268266
async unmanageNamespace(namespace: string) {
269267
const clusterDetails = await this.getClusterDetails();
270268
const { database, collection } = toNS(namespace);

0 commit comments

Comments
 (0)