Skip to content

Commit e699e95

Browse files
committed
fixup! fixup: log OIDC connection string as well when using --oidc
1 parent 9fb4455 commit e699e95

File tree

1 file changed

+1
-1
lines changed
  • packages/mongodb-runner/src

1 file changed

+1
-1
lines changed

packages/mongodb-runner/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import path from 'path';
55
import createDebug from 'debug';
66
import * as utilities from './index';
77
import { ConnectionString } from 'mongodb-connection-string-url';
8-
import { MongoClientOptions } from 'mongodb';
8+
import type { MongoClientOptions } from 'mongodb';
99

1010
(async function () {
1111
const defaultRunnerDir = path.join(os.homedir(), '.mongodb', 'runner2');

0 commit comments

Comments
 (0)