Samagra-Development / user-service

Additional Services related to user management in eSamwad
MIT License
5 stars 22 forks source link

Profile registration was failing for users with multiple registration… #76

Closed choxx closed 1 year ago

choxx commented 1 year ago

…s in several applications

Description

The checks in user profile update request was being done on registration[0] index causing failed checks.

Changes

Added check for the specific application ID from environment for registration validation

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 5198182535

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/user/user.service.ts 0 6 0.0%
<!-- Total: 0 6 0.0% -->
Totals Coverage Status
Change from base Build 4828124961: 1.4%
Covered Lines: 559
Relevant Lines: 1945

💛 - Coveralls