Aitor Muñoz

Results 2 comments of Aitor Muñoz

+1 for this request. At least if it's not supported, it would be fine to show an error...

@Scrib3r For now I solved it like this. Inside uploadFile method: ``` const fileService = await this.moduleRef.resolve(FILE_SERVICE); ``` Hopefully help you