bloom-backend icon indicating copy to clipboard operation
bloom-backend copied to clipboard

545-Replace req user with req userEntity in the user.controller.ts

Open SangilYun opened this issue 6 months ago • 1 comments

Issue link / number:

https://github.com/chaynHQ/bloom-backend/issues/545

What changes did you make?

Replace req["user"] with req["userEntity"] in the user.controller.ts

Why did you make the changes?

To use the pure UserEntity schema/types for all internal functions.

Did you run tests?

Yes, cypress and unit tests ⭐️

SangilYun avatar Aug 10 '24 15:08 SangilYun