fix: Added log when send event to rabbitMQ and Websocket

This commit is contained in:
Davidson Gomes
2023-08-31 18:24:30 -03:00
parent 6eda556242
commit 7e4dbfdd7e
3 changed files with 38 additions and 2 deletions

View File

@@ -5,7 +5,6 @@ import EventEmitter2 from 'eventemitter2';
import { ConfigService, HttpServer } from '../../config/env.config';
import { Logger } from '../../config/logger.config';
import { BadRequestException, InternalServerErrorException } from '../../exceptions';
import { initQueues } from '../../libs/amqp.server';
import { RedisCache } from '../../libs/redis.client';
import { InstanceDto } from '../dto/instance.dto';
import { RepositoryBroker } from '../repository/repository.manager';