Sérgio Pedro Vasconcelos Rincon

Results 3 comments of Sérgio Pedro Vasconcelos Rincon

Does the error still happen if you insert "underline" using unicode? Here's a [guide](https://javascript.info/unicode)

Agreed _Before prettier:_ ```js export const startMongo = async () => { const dbConnection = process.env.STAGE === 'PROD' ? process.env.MONGODB_KEY_PROD : process.env.MONGODB_KEY_DEV; try { await mongoose.connect(String(dbConnection), {useNewUrlParser: true, useUnifiedTopology: true});...

Will need more details here, bud...