Skip to content

Commit

Permalink
[MM-537] Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
raghavaggarwal2308 committed Jul 1, 2024
1 parent 70efc7e commit 5e21750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/webhook_http.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var eventParamMasks = map[string]StringSet{
"updated_description": NewStringSet(eventUpdatedDescription), // issue description edited
"updated_labels": NewStringSet(eventUpdatedLabels), // updated labels
"updated_prioity": NewStringSet(eventUpdatedPriority), // changes in priority
"updated_rank": NewStringSet(eventUpdatedRank), // ranked higher or lower
"updated_rank": NewStringSet(eventUpdatedRank), // ranked higher or lower
"updated_sprint": NewStringSet(eventUpdatedSprint), // assigned to a different sprint
"updated_status": NewStringSet(eventUpdatedStatus), // transitions like Done, In Progress
"updated_summary": NewStringSet(eventUpdatedSummary), // issue renamed
Expand Down

0 comments on commit 5e21750

Please sign in to comment.