removed comment

This commit is contained in:
Alex
2025-02-27 12:13:27 +01:00
parent 421b4753e5
commit 82558edd5a

View File

@@ -55,6 +55,5 @@ func (service *UserService) VerifyUser(token *string, verificationType *string)
t := time.Now() t := time.Now()
verification.VerifiedAt = &t verification.VerifiedAt = &t
// Update user status to active
return verification, nil return verification, nil
} }