fastify / fastify-mongodb

Fastify MongoDB connection plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`next` is called twice

allevo opened this issue · comments

Look at the code, when happen this error

fastify-mongodb/index.js

Lines 49 to 51 in ffe4ace

if (fastify.mongo) {
next(new Error('fastify-mongo has already registered'))
} else {

this line is called anyway
next()

I don't know what this implies.