From 8a7df08b6abf6117f36e6c84b4d2b5ab7996c02d Mon Sep 17 00:00:00 2001 From: NAME Date: Tue, 12 May 2026 09:04:52 +0000 Subject: [PATCH] D --- src/sqs-module/sqs.poster.worker.ts | 2 +- src/x-poster/x-poster.router.service.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sqs-module/sqs.poster.worker.ts b/src/sqs-module/sqs.poster.worker.ts index 19183fd..e3902a4 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 - this.xRouterService.verifyCookie(); + await this.xRouterService.verifyCookie(); let ReceiptHandle = ''; while (true) { diff --git a/src/x-poster/x-poster.router.service.ts b/src/x-poster/x-poster.router.service.ts index 24e12aa..b094cbd 100644 --- a/src/x-poster/x-poster.router.service.ts +++ b/src/x-poster/x-poster.router.service.ts @@ -66,10 +66,10 @@ export class XPosterRouterService { const isAlive = await this.browserSvc.verifyCookie(); if (!isAlive) { await this.xCacheService.setStateXCookiesIsDie(); - await this.notifyService.sendUrgentMessageToTele('Cookie đã hết hạn vui lòng cập nhập để sử dụng.') + await this.notifyService.sendUrgentMessageToTele('❌Cookie đã hết hạn vui lòng cập nhập để sử dụng.') } await this.xCacheService.setStateXCookiesIsSillALive(); - await this.notifyService.sendMessageToTele('Verify cookie pass') + await this.notifyService.sendMessageToTele('✅Verify cookie pass') } async canUseXCookies(): Promise {