Skip to content

Commit

Permalink
Update apps/meteor/server/services/omnichannel/service.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Aleman <kaleman960@gmail.com>
  • Loading branch information
ggazzo and KevLehman authored Oct 23, 2024
1 parent b0da3a4 commit 45c7c44
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/meteor/server/services/omnichannel/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ export class OmnichannelService extends ServiceClassInternal implements IOmnicha

constructor() {
super();

this.queueWorker = new OmnichannelQueue();
console.log('new OmnichannelQueue', this.queueWorker);
}

async created() {
Expand Down

0 comments on commit 45c7c44

Please sign in to comment.