Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paula-stacho committed Sep 30, 2024
1 parent 4f5f88e commit 577ddf9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 98 deletions.
102 changes: 5 additions & 97 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@
"@babel/parser": "^7.24.6",
"@babel/traverse": "^7.24.6",
"@mongodb-js/compass-components": "^1.25.0",
"@mongodb-js/connection-form": "^1.41.0",
"@mongodb-js/connection-form": "^1.41.1",
"@mongodb-js/connection-info": "^0.7.0",
"@mongodb-js/mongodb-constants": "^0.10.2",
"@mongosh/browser-runtime-electron": "^2.3.0",
Expand Down
1 change: 1 addition & 0 deletions src/connectionController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ export default class ConnectionController {
productDocsLink: LINKS.extensionDocs(),
}),
logger: Object.assign(log, { mongoLogId }),
proxyOptions: {},
});
this._connectionAttempt = connectionAttempt;
this._connectingConnectionId = connectionId;
Expand Down
1 change: 1 addition & 0 deletions src/test/suite/explorer/explorerController.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ suite('Explorer Controller Test Suite', function () {
testConnectionController._connectionAttempt = createConnectionAttempt({
connectFn: connect,
logger: Object.assign(log, { mongoLogId }),
proxyOptions: {},
});

const connectionsItems = await treeController.getChildren();
Expand Down

0 comments on commit 577ddf9

Please sign in to comment.