diff --git a/src/sqs-module/sqs.poster.worker.ts b/src/sqs-module/sqs.poster.worker.ts index a9f96d2..6b81f06 100644 --- a/src/sqs-module/sqs.poster.worker.ts +++ b/src/sqs-module/sqs.poster.worker.ts @@ -23,7 +23,7 @@ export class SqsPosterWorker { await this.notifyService.sendMessageToTele(`🚀 Worker started for ${await this.sqs.getQueueName()}`) //check cookie - await this.xRouterService.verifyCookie().catch((err) => { + this.xRouterService.verifyCookie().catch((err) => { console.error(`SqsPosterWorker_verifyCookie`); console.error(err); });