Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor to avoid usage of Response object wherever possible #106

Open
techsavvyash opened this issue Mar 28, 2023 · 0 comments
Open

Refactor to avoid usage of Response object wherever possible #106

techsavvyash opened this issue Mar 28, 2023 · 0 comments

Comments

@techsavvyash
Copy link
Member

Description

Right now there is a heavy usage of response.send, which needs to be refactored to just function returns in services to allow response and status code creation dynamically by nestJS itself.
This is also return a lot of code duplication and make the credential service a lot less bulkier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant