fix: 20240929-autumn-rewrite.mjs missing const

This commit is contained in:
Paul Makles 2025-05-12 11:28:34 +01:00 committed by GitHub
parent bb044eb6d9
commit 99b0d743af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,7 @@ const BUCKET_MAP = {
*/
const CONNECTION_URL = "mongodb://database";
const objectLookup = {};
const mongo = new MongoClient(CONNECTION_URL);
await mongo.connect();