Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstanceH committed Feb 27, 2025
1 parent f8c3c90 commit 85a9a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/handlers/adminapi/rejected_office_users.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func AddRejectedOnDate(db *pop.Connection, officeUser models.OfficeUser) error {

err := db.RawQuery(query, officeUser.ID).Exec()
if err != nil {
return fmt.Errorf("error creating approved service items: %w", err)
return fmt.Errorf("error updating preexisting rejected user: %w", err)
}

return nil
Expand Down

0 comments on commit 85a9a0e

Please sign in to comment.