NTP-26126 | adapter sanity

This commit is contained in:
varnit goyal
2025-01-17 15:53:24 +05:30
parent e170409f50
commit c8d8f7b901

View File

@@ -97,7 +97,7 @@ class CallStateManager {
type: MessagingType.ON_AMEYO_CALL_INCOMING,
data: this.state.customerInfo
});
this.metricProcessor?.pushCounterMetric({
this?.metricProcessor?.pushCounterMetric({
metricName: 'ringing_event_counter',
flow: "ringing_event_counter"
});
@@ -133,7 +133,7 @@ class CallStateManager {
const parsedQuery = parseQuerystring(crmURL);
const userCRTObjectId = parsedQuery?.userCrtObjectId?.replaceAll('%40', '@');
this.metricProcessor?.pushCounterMetric({
this?.metricProcessor?.pushCounterMetric({
metricName: 'notify_push_event_counter',
flow: "notify_push_event_counter"
});