We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00fbac6 commit 565e3c6Copy full SHA for 565e3c6
src/mongo.ts
@@ -63,7 +63,7 @@ const connectionConfig: MongoClientOptions = {
63
*/
64
export async function setupConnections(): Promise<void> {
65
try {
66
- console.log('hawkDBUrl', hawkDBUrl)
+ console.log(MongoClient)
67
const [hawkMongoClient, eventsMongoClient] = await Promise.all([
68
MongoClient.connect(hawkDBUrl, connectionConfig),
69
MongoClient.connect(eventsDBUrl, connectionConfig),
0 commit comments