Skip to content

Commit 565e3c6

Browse files
committed
Add log
1 parent 00fbac6 commit 565e3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mongo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const connectionConfig: MongoClientOptions = {
6363
*/
6464
export async function setupConnections(): Promise<void> {
6565
try {
66-
console.log('hawkDBUrl', hawkDBUrl)
66+
console.log(MongoClient)
6767
const [hawkMongoClient, eventsMongoClient] = await Promise.all([
6868
MongoClient.connect(hawkDBUrl, connectionConfig),
6969
MongoClient.connect(eventsDBUrl, connectionConfig),

0 commit comments

Comments
 (0)