From 28ff85225f88ca3d305527b71261c4fcb0890822 Mon Sep 17 00:00:00 2001 From: rammohan-y <37395033+rammohan-y@users.noreply.github.com> Date: Wed, 3 Sep 2025 23:03:38 +0530 Subject: [PATCH] Fixed issue for punctuation (#1344) https://github.com/jambonz/jambonz-feature-server/issues/1343 --- 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 0bac9fc8..489fbdda 100644 --- a/lib/session/call-session.js +++ b/lib/session/call-session.js @@ -710,7 +710,7 @@ class CallSession extends Emitter { } - hasGlobalSttPunctuation() { + get hasGlobalSttPunctuation() { return this._globalSttPunctuation !== undefined; }