From fe68d2a316af70928b8a694030b1b237c853fe22 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Tue, 14 Jan 2025 14:58:29 -0500 Subject: [PATCH] lint --- lib/session/call-session.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/session/call-session.js b/lib/session/call-session.js index 842398b1..797973ee 100644 --- a/lib/session/call-session.js +++ b/lib/session/call-session.js @@ -2689,7 +2689,7 @@ Duration=${duration} ` /** * _onMaxCallDuration - called when the call has reached the maximum duration */ -_onMaxCallDuration() { + _onMaxCallDuration() { this.logger.info(`callSession:_onMaxCallDuration tearing down call as it has reached ${this.timeLimit}s`); if (!this.dlg) { this.logger.debug('CallSession:_onMaxCallDuration - no dialog, call already gone');