@voicenter-team/events-sdk 0.0.82 → 0.0.83

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5670,7 +5670,7 @@ class gs {
5670
5670
  [ut.DEBUG_DIALER]: [P.ALL_DIALER_STATUS, P.DIALER_EVENT],
5671
5671
  [ut.DEBUG_QUEUE]: [P.QUEUE_EVENT]
5672
5672
  };
5673
- (this.eventsSdkClass.options.debugOption && n[this.eventsSdkClass.options.debugOption].includes(e) || this.eventsSdkClass.options.debugOption === ut.FULL) && this.log({
5673
+ this.eventsSdkClass.options.debugOption && (n[this.eventsSdkClass.options.debugOption].includes(e) || this.eventsSdkClass.options.debugOption === ut.FULL) && this.log({
5674
5674
  Message: `Event name: ${e}`,
5675
5675
  Body: t,
5676
5676
  ActionName: rt.WSCONNECT,