Skip to content

Commit

Permalink
chore: update profile action constants to use proper capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto committed Jun 26, 2024
1 parent 2d68486 commit 286e550
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/app/handler/profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ const (
StateProfileActionDelete = "profile_delete"
StateProfileActionRename = "profile_rename"

ProfileActionRename = "rename"
ProfileActionDelete = "delete"
ProfileActionEnable = "enable"
ProfileActionRename = "Rename"
ProfileActionDelete = "Delete"
ProfileActionEnable = "Enable"
)

func HandleProfilesCommand(c telebot.Context) error {
Expand Down

0 comments on commit 286e550

Please sign in to comment.