Skip to content

Commit

Permalink
Update accounts.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam authored Jan 17, 2024
1 parent d0c72cb commit 4e12e50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/accounts/accounts.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ export class AccountsService {
sanitizeAccount(account: Account) {
delete account.password;
delete account.secret;
delete account.email;
return account;
}
}

0 comments on commit 4e12e50

Please sign in to comment.