Skip to content

Commit

Permalink
fix: fix a typo for the dismissed action
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilien-R committed Dec 19, 2024
1 parent 979e577 commit 3a2188a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scm/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func (a Action) String() (s string) {
case ActionSubmitted:
return "submitted"
case ActionDismissed:
return "dismisssed"
return "dismissed"
case ActionAssigned:
return "assigned"
case ActionUnassigned:
Expand Down

0 comments on commit 3a2188a

Please sign in to comment.