mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-03-03 02:27:01 +00:00
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