mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-03-20 01:35:16 -05: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 CONNECTION_URL = "mongodb://database";
|
||||||
|
|
||||||
|
const objectLookup = {};
|
||||||
const mongo = new MongoClient(CONNECTION_URL);
|
const mongo = new MongoClient(CONNECTION_URL);
|
||||||
await mongo.connect();
|
await mongo.connect();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user