Closed IEfucker closed 6 years ago
bug report:
connect dataBase function has been changed to a default export, https://github.com/entria/koa-passport-mongoose-graphql/blob/master/src/server/db/index.js#L3
but here, curly brackets in import statement is unnecessary https://github.com/entria/koa-passport-mongoose-graphql/blob/master/src/index.js#L4
Thank you Jack, fixed that and the graphql import too. Good catch.
bug report:
connect dataBase function has been changed to a default export, https://github.com/entria/koa-passport-mongoose-graphql/blob/master/src/server/db/index.js#L3
but here, curly brackets in import statement is unnecessary https://github.com/entria/koa-passport-mongoose-graphql/blob/master/src/index.js#L4