fix: name of job emit
This commit is contained in:
parent
2942d9a059
commit
2a7a0ad523
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ export abstract class NewsletterHelper {
|
|||
|
||||
const pdfRecipients = await this.getPrintRecipients(newsletterId);
|
||||
|
||||
this.formatJobEmit("progress", "pdf", "info", newsletterId, pdfRecipients.length, 0, "starting sending");
|
||||
this.formatJobEmit("progress", "pdf", "info", newsletterId, pdfRecipients.length, 0, "starting printing");
|
||||
|
||||
for (const [index, rec] of pdfRecipients.entries()) {
|
||||
let data = this.buildData(newsletter, dates, rec, printWithAdress.includes(rec.sendNewsletter?.type?.id));
|
||||
|
|
Loading…
Add table
Reference in a new issue