changelog

This commit is contained in:
Davidson Gomes
2024-08-30 11:38:41 -03:00
parent 256bd3ef73
commit f0840e07fe
13 changed files with 22 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ import { EmitData, EventController, EventControllerInterface } from '../event.co
export class SqsController extends EventController implements EventControllerInterface {
private sqs: SQS;
private readonly logger = new Logger(SqsController.name);
private readonly logger = new Logger('SqsController');
constructor(prismaRepository: PrismaRepository, waMonitor: WAMonitoringService) {
super(prismaRepository, waMonitor, configService.get<Sqs>('SQS')?.ENABLED, 'sqs');