Skip to content

Commit

Permalink
updated incorrect callRejectedEvent type name
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengill committed May 27, 2020
1 parent c6225e0 commit f337fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/events/base-events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export interface AppUninstalledEvent extends StringIndexed {
type: 'app_uninstalled';
}

export interface CallsRejectedEvent extends StringIndexed {
export interface CallRejectedEvent extends StringIndexed {
type: 'calls_rejected';
call_id: string;
user_id: string;
Expand Down

0 comments on commit f337fa2

Please sign in to comment.