Ivan Martinez Pupo

Results 1 issues of Ivan Martinez Pupo

The problem comes when the adapter-mongoose is used with multiple services which doesnt have dependencies between each other. Service **A** ``` module.exports = { name: "testA", mixins: [DbService], adapter: new...