fix: 20240929-autumn-rewrite.mjs missing const
This commit is contained in:
@@ -28,6 +28,7 @@ const BUCKET_MAP = {
|
||||
*/
|
||||
const CONNECTION_URL = "mongodb://database";
|
||||
|
||||
const objectLookup = {};
|
||||
const mongo = new MongoClient(CONNECTION_URL);
|
||||
await mongo.connect();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user