mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 01:22:44 +00:00
Post-merge cleanup
This commit is contained in:
@@ -39,8 +39,8 @@ const connect = async (config)=>{
|
|||||||
retryWrites : false,
|
retryWrites : false,
|
||||||
autoIndex : (config.get('local_environments').includes(config.get('node_env')))
|
autoIndex : (config.get('local_environments').includes(config.get('node_env')))
|
||||||
})
|
})
|
||||||
.then(addListeners(Mongoose))
|
.then(addListeners(Mongoose))
|
||||||
.catch((error)=>handleConnectionError(error));
|
.catch((error)=>handleConnectionError(error));
|
||||||
};
|
};
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
|||||||
Reference in New Issue
Block a user