Skip to content

Commit

Permalink
Apply code formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Nov 7, 2024
1 parent b3a7985 commit 63c1d51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src_deno/request/payload/event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1546,7 +1546,8 @@ export interface ChannelPostingPermissionsMessageEvent
event_ts: string;
}

export interface ChannelConvertToPrivateMessageEvent extends SlackEvent<"message"> {
export interface ChannelConvertToPrivateMessageEvent
extends SlackEvent<"message"> {
type: "message";
subtype: "channel_convert_to_private";
ts: string;
Expand Down

0 comments on commit 63c1d51

Please sign in to comment.