This commit is contained in:
NAME
2026-05-12 09:31:30 +00:00
parent 38ed73d7e6
commit 1d7bddae27
+1 -1
View File
@@ -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);
});