[FIX] The livechat agent activity monitor wasn't being initialised because due to an internal error (#18090)

pull/18111/head^2
Paulo Bernardo 6 years ago committed by GitHub
parent 3fdbd94d33
commit e989e2bbca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/livechat/server/statistics/LivechatAgentActivityMonitor.js

@ -44,7 +44,7 @@ export class LivechatAgentActivityMonitor {
Meteor.onConnection(this._handleMeteorConnection);
callbacks.add('livechat.agentStatusChanged', this._handleAgentStatusChanged);
callbacks.add('livechat.setUserStatusLivechat', this._handleUserStatusLivechatChanged);
this.started = true;
this._started = true;
}
_startMonitoring() {

Loading…
Cancel
Save