Skip to content

Commit

Permalink
Fix typo in event name
Browse files Browse the repository at this point in the history
  • Loading branch information
khrj committed Mar 6, 2021
1 parent 1f5e8e4 commit c4e5ed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const name = "deno/slack_socket_mode"
export const version = "1.0.2"
export const version = "1.0.3"
2 changes: 1 addition & 1 deletion src/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export type Events = {
workflow_step_deleted: UnknownEventsAPIEvent
workflow_step_execute: UnknownEventsAPIEvent
workflow_unpublished: UnknownEventsAPIEvent
slash_command: {
slash_commands: {
ack: (response?: Record<string, unknown>) => Promise<void>
body: {
token: string
Expand Down

0 comments on commit c4e5ed2

Please sign in to comment.