Skip to content

Commit

Permalink
fix incorrect style
Browse files Browse the repository at this point in the history
  • Loading branch information
kanata2 committed Jun 2, 2022
1 parent dedc97c commit b67cada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slackevents/inner_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ const (
// EmojiChanged A custom emoji has been added or changed
EmojiChanged = EventsAPIType("emoji_changed")
// WorkflowStepExecute Happens, if a workflow step of your app is invoked
WorkflowStepExecute = EventsAPIType("workflow_step_execute")
WorkflowStepExecute = EventsAPIType("workflow_step_execute")
)

// EventsAPIInnerEventMapping maps INNER Event API events to their corresponding struct
Expand Down

0 comments on commit b67cada

Please sign in to comment.