mirror of
https://github.com/revoltchat/self-hosted.git
synced 2025-12-28 06:34:36 +00:00
fix: 20240929-autumn-rewrite.mjs missing const
This commit is contained in:
parent
bb044eb6d9
commit
99b0d743af
@ -28,6 +28,7 @@ const BUCKET_MAP = {
|
||||
*/
|
||||
const CONNECTION_URL = "mongodb://database";
|
||||
|
||||
const objectLookup = {};
|
||||
const mongo = new MongoClient(CONNECTION_URL);
|
||||
await mongo.connect();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user