Skip to content

Commit

Permalink
fix(contact-center): add logger proxy for consumption (#4046)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkesavan13 authored Jan 8, 2025
1 parent 4f14698 commit 4214480
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@webex/plugin-cc/src/cc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export default class ContactCenter extends WebexPlugin implements IContactCenter
private services: Services;
private httpRequest: HttpRequest;
private taskManager: TaskManager;
public LoggerProxy = LoggerProxy;

constructor(...args) {
super(...args);
Expand Down

0 comments on commit 4214480

Please sign in to comment.