Skip to content

Commit

Permalink
lint error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dagg-h committed Feb 25, 2021
1 parent a002f14 commit 2fdf442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ export class SessionImpl extends EventEmitter implements ISession {
/**
* Returns true if the DTMF was successful.
*/
public dtmf(tones: string, options?: Object): boolean {
public dtmf(tones: string, options?: any): boolean {
// Unfortunately there is no easy way to give feedback about the DTMF
// tones. SIP.js uses one of two methods for sending the DTMF:
//
Expand Down

0 comments on commit 2fdf442

Please sign in to comment.