Skip to content

Commit

Permalink
Fix(User presenter): Add role field to user presenter
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur-Poffo committed Feb 24, 2024
1 parent a1eb80e commit c61fb84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/infra/http/presenters/user-presenter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export class UserPresenter {
cpf: user.cpf,
age: user.age,
summary: user.summary,
role: user.role,
profileImageKey: user.profileImageKey,
bannerImageKey: user.bannerImageKey,
registeredAt: user.registeredAt
Expand Down

0 comments on commit c61fb84

Please sign in to comment.