Skip to content

Commit

Permalink
Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaptoss committed May 23, 2024
1 parent d1f6ba2 commit 0a48336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/handlers/verify_passport.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func VerifyPassport(w http.ResponseWriter, r *http.Request) {
})

if err != nil {
Log(r).WithError(err).Error("Failed to add referal event and update verify passport event")
Log(r).WithError(err).Error("Failed to add referral event and update verify passport event")
ape.RenderErr(w, problems.InternalError())
return
}
Expand Down

0 comments on commit 0a48336

Please sign in to comment.