Browse Source

fix: 解决bug

余尚辉 20 giờ trước cách đây
mục cha
commit
c4a2d00f38
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/core/callcenter/views.py

+ 1 - 1
src/core/callcenter/views.py

@@ -19,7 +19,7 @@ outbound_client = OutboundClient(agent,app)
 call_service = CallService(inbound_client, app.logger)
 agent_service = AgentService(inbound_client, app.logger)
 agent_oper_service = AgentOperService(inbound_client, app.logger)
-acd_service = AcdService(inbound_client, app.logger)
+acd_service = AcdService(inbound_client, app)
 agent.acd_service = acd_service