Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kkatusic committed Nov 28, 2024
1 parent 07892ca commit 97ee557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/repositories/projectVerificationRepository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const createProjectVerificationForm = async (params: {
return ProjectVerificationForm.create({
project,
user,
// This has been added becasue we are now doing verification of the email on user profile
// This has been added becasue we are now doing verification of the email on user profile and not on project verification form
email: user?.email ?? '',
emailConfirmed: true,
emailConfirmedAt: new Date(),
Expand Down

0 comments on commit 97ee557

Please sign in to comment.