Skip to content

Commit

Permalink
remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
chabanyknikita committed Sep 3, 2024
1 parent a2d68c5 commit 6ad23ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/service/handlers/verification-link.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ func VerificationLink(w http.ResponseWriter, r *http.Request) {

if req.Data.Attributes.Uniqueness != nil {
user.Uniqueness = *req.Data.Attributes.Uniqueness
} else {
user.Uniqueness = false
}

existingUser, err := VerifyUsersQ(r).WhereHashID(user.UserIDHash).Get()
Expand Down

0 comments on commit 6ad23ba

Please sign in to comment.