update: add telegram logger

This commit is contained in:
mahyargdz
2025-05-23 19:06:44 +03:30
parent b5c90e8c2e
commit e03f95a17a
3 changed files with 5 additions and 8 deletions
@@ -30,7 +30,7 @@ export class InvoiceProcessor extends WorkerProcessor {
}
async process(job: Job, token?: string) {
this.logger.log(job);
this.logger.log(job.name);
switch (job.name) {
case INVOICE.REMINDER_JOB_NAME:
return this.sendBillInvoiceReminder(job, token);