mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 18:00:15 +01:00
clean up
This commit is contained in:
parent
12ac302a68
commit
50e36e67f0
1 changed files with 0 additions and 3 deletions
|
|
@ -6,9 +6,6 @@ const MONGO_DB_NAME = process.env.MONGO_DB_NAME;
|
|||
if (!MONGO_URI) {
|
||||
throw new Error('Please define the MONGO_URI environment variable');
|
||||
}
|
||||
if (!MONGO_DB_NAME) {
|
||||
MONGO_DB_NAME = null
|
||||
}
|
||||
|
||||
/**
|
||||
* Global is used here to maintain a cached connection across hot reloads
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue