Skip to content

Commit

Permalink
Start log message from capital
Browse files Browse the repository at this point in the history
  • Loading branch information
violog committed Jul 17, 2024
1 parent 175e403 commit 57b4545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/handlers/activate_balance.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func ActivateBalance(w http.ResponseWriter, r *http.Request) {
return nil
})
if err != nil {
Log(r).WithError(err).Error("failed to insert events and consume referral for balance")
Log(r).WithError(err).Error("Failed to insert events and consume referral for balance")
ape.RenderErr(w, problems.InternalError())
return
}
Expand Down

0 comments on commit 57b4545

Please sign in to comment.