generators/app/templates/lib/components/store/initStore.js
Function exports
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
module.exports = () => {
const start = async ({ mongodb, config, logger }) => {
const db = await mongodb.db(config.databaseName);
const collection = await db.collection(config.collectionName);