Any RxJS expert?
Need help with this code: https://github.com/kasir-barati/nestjs-materials/blob/32fd2719a7506303626c0651415988384ab5e02e/microservices/grpc/apps/file-upload/src/app/services/app.service.ts#L58
My fileService is empty even though I was expecting that this line would return it: https://github.com/kasir-barati/nestjs-materials/blob/32fd2719a7506303626c0651415988384ab5e02e/microservices/grpc/apps/file-upload/src/app/services/app.service.ts#L50
Any comment how I can get this RxJS part working?
BTW I know mixing async and observables ain't the brightest idea ever and I am open for suggestion.