You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lot of places in the code for this bff make use of statements like this. This needs to be switched with the HttpService that comes with the @nestjs/axios package
Alongside this, a utility function should be created for API to avoid code duplication and reduce downt he file size.
The text was updated successfully, but these errors were encountered:
Description
A lot of places in the code for this bff make use of statements like this. This needs to be switched with the
HttpService
that comes with the@nestjs/axios
packageAlongside this, a utility function should be created for API to avoid code duplication and reduce downt he file size.
The text was updated successfully, but these errors were encountered: