Skip to content

Commit

Permalink
FIX: project update on a unexisting project
Browse files Browse the repository at this point in the history
  • Loading branch information
juliecoust committed Jul 10, 2024
1 parent 52500e3 commit bd8cfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain/use-cases/user/create-user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class CreateUser implements CreateUserUseCase {

// Remove the confirmation code from the user object before sending it
// const publicUser = this.userRepository.toPublicUser(updatedUser)

return;
// return publicUser;
} else {
// If the user exists and has already validated their email
Expand Down

0 comments on commit bd8cfdd

Please sign in to comment.