Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
paula-stacho committed Oct 29, 2024
1 parent 060ecda commit 7196ba6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
import { type ShardZoneData } from '../../store/reducer';
import Sinon from 'sinon';
import { renderWithStore } from '../../../tests/create-store';
import { type ConnectionInfo } from '@mongodb-js/compass-connections/provider';

describe('ShardKeyCorrect', function () {
const shardZones: ShardZoneData[] = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,6 @@ export class AtlasGlobalWritesService {
return transformZoneData(Object.values(data), replicationSpecs);
}

async resumeManagedNamespace(namespace: string) {}

async unmanageNamespace(namespace: string) {
const clusterDetails = await this.getClusterDetails();
const { database, collection } = toNS(namespace);
Expand Down

0 comments on commit 7196ba6

Please sign in to comment.