Skip to content

Commit 475beb3

Browse files
authored
Merge pull request #47 from ScreepsMods/AlinaNova21-patch-1
Update _connect.js to fix #46
2 parents 9d65903 + 1017589 commit 475beb3

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)