We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f0798 commit db10359Copy full SHA for db10359
runtimes/nodejs/src/support/cloud-sdk.ts
@@ -30,7 +30,7 @@ export function createCloudSdk() {
30
parseToken: parseToken,
31
mongo: {
32
client: DatabaseAgent.client as any,
33
- db: DatabaseAgent.client.db as any,
+ db: DatabaseAgent.db as any,
34
},
35
sockets: WebSocketAgent.clients,
36
appid: Config.APPID,
0 commit comments