Skip to content

Commit

Permalink
Merge pull request #1074 from puskunalis/patch-1
Browse files Browse the repository at this point in the history
Add missing conversion to EventsAPIType
  • Loading branch information
kanata2 committed Jun 5, 2022
2 parents 8db8a65 + ef6483e commit 9de73ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slackevents/inner_events.go
Expand Up @@ -464,7 +464,7 @@ const (
// ChannelRename is sent when a channel is rename.
ChannelRename = EventsAPIType("channel_rename")
// ChannelIDChanged is sent when a channel identifier is changed.
ChannelIDChanged = "channel_id_changed"
ChannelIDChanged = EventsAPIType("channel_id_changed")
// GroupDeleted is sent when a group is deleted.
GroupDeleted = EventsAPIType("group_deleted")
// GroupArchive is sent when a group is archived.
Expand Down

0 comments on commit 9de73ce

Please sign in to comment.