nestjs-unleash icon indicating copy to clipboard operation
nestjs-unleash copied to clipboard

imports not being used by library

Open MarkPieszak opened this issue 3 years ago • 1 comments

Hey team! 👋

It looks like we're not using options.imports and passing them further down into forRoot and forRootAsync (potentially other places?)

https://github.com/pmb0/nestjs-unleash/blob/master/src/unleash/unleash.module.ts#L100

image

I believe we need something as simple as [ ...options.imports ].

Just wanted to create an issue to get the conversation started!

MarkPieszak avatar Oct 25 '21 12:10 MarkPieszak

Hello, thank you for reporting. I think you are right. Could you submit a pull request?

pmb0 avatar Dec 13 '21 21:12 pmb0