0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 09:52:48 +00:00

Post-merge cleanup

This commit is contained in:
G.Ambatte
2025-10-05 15:31:04 +13:00
parent bb0a840113
commit a14ea89562

View File

@@ -39,8 +39,8 @@ const connect = async (config)=>{
retryWrites : false,
autoIndex : (config.get('local_environments').includes(config.get('node_env')))
})
.then(addListeners(Mongoose))
.catch((error)=>handleConnectionError(error));
.then(addListeners(Mongoose))
.catch((error)=>handleConnectionError(error));
};
export default {