Skip to content

Commit

Permalink
make WebRequest.on optional (#1899)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengum authored Mar 12, 2020
1 parent 0f61f91 commit d49e3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/botbuilder/src/interfaces/webRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ export interface WebRequest {
*
* @returns A reference to the request object.
*/
on(event: string, ...args: any[]): any;
on?(event: string, ...args: any[]): any;
}

0 comments on commit d49e3e6

Please sign in to comment.