Skip to content

Commit

Permalink
Ticket-531 added deletedAt to delete request
Browse files Browse the repository at this point in the history
  • Loading branch information
ckirby19 authored and eleanorreem committed Oct 10, 2024
1 parent 9ad3d3e commit 81f8291
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/user/user.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ export class UserService {
name: randomString,
email: randomString,
isActive: false,
deletedAt: new Date(),
};
return await this.userRepository.save(updateUser);
} catch (error) {
Expand Down

0 comments on commit 81f8291

Please sign in to comment.