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
Refactor controller functions to use service layer for retrieving user data (/users/userId/:userId) route (/users/self) route (#1249)
* removal of sensitive info(phone,email,tokens,chaincode) on /users route
* update in removal of sensitive info(phone,email,tokens,chaincode) on /users route
* Update dataAccessLayer.js
* updated query id and qualifiers params in /users in removal of sensitive info(phone,email,tokens,chaincode) on /users route
* updated dataAccessLayer for lint issues
* Update users.js
* updated delete statement to hasOwnProperty
* updated default arguments to function removeSensitiveInfo
* made updates in the dataAccessLayer
* Update users.js
* typo fixes
* Added unit tests
* updated to using in operator
* updated to query as argument in place of req
* updates to /user/userId
* added code changes for /self route
* remove extra lines
* Update users.js
* removed commented lines
* lint error fix
* Update users.js
---------
Co-authored-by: Sen, Sriza <[email protected]>
0 commit comments