Hello
I have a “Invoicing Service” in the same module as my controller and trying to use it in my cqrs query handler also in the same module.
Whenever I try to pass the InvoicingService to the query handler constructor I get an error when trying to start nest js that the service “InvoicingService” cannot be found