File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
packages/data-service/src Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ import _ from 'lodash';
2121import { redactConnectionOptions , redactConnectionString } from './redact' ;
2222import type { ConnectionOptions } from './connection-options' ;
2323import { getTunnelOptions , waitForTunnelError } from './ssh-tunnel-helpers' ;
24- import { runCommand } from './run-command' ;
2524import type { UnboundDataServiceImplLogger } from './logger' ;
2625import { debug as _debug } from './logger' ;
2726
@@ -252,7 +251,7 @@ export async function connectMongoClientDataService({
252251 connectLogger ,
253252 CompassMongoClient
254253 ) ;
255- await runCommand ( client . db ( 'admin' ) , { ping : 1 } ) ;
254+
256255 return {
257256 client : Object . assign ( client , {
258257 async [ createClonedClient ] ( ) {
You can’t perform that action at this time.
0 commit comments