Skip to content

Commit

Permalink
fix: Fixed type for channel_canvas_updated (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence authored Dec 9, 2024
1 parent 5121a83 commit aa01412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/models/events/push.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ pub enum SlackMessageEventType {
HuddleThread,
#[serde(rename = "share_shortcut")]
ShareShortcut,
#[serde(rename = "canvas_updated")]
CanvasUpdated,
#[serde(rename = "channel_canvas_updated")]
ChannelCanvasUpdated,
}

#[skip_serializing_none]
Expand Down

0 comments on commit aa01412

Please sign in to comment.