Skip to content

Commit 1017589

Browse files
authored
Update _connect.js to fix #46
1 parent 9d65903 commit 1017589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/common/_connect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const EventEmitter = require('events').EventEmitter
33
const { MongoClient, ObjectId } = require('mongodb')
44
const Redis = require('redis')
55
const fs = require('fs')
6-
const path = require('fs')
6+
const path = require('path')
77

88
const DATABASE_VERSION = 9
99

0 commit comments

Comments
 (0)