Fix logging error in webhook system

This commit is contained in:
Charles Bochet 2024-08-21 20:12:14 +02:00
parent be50a6256f
commit da4bd73881

View File

@ -81,7 +81,7 @@ export class CallWebhookJobsJob {
if (webhooks.length) {
this.logger.log(
`CallWebhookJobsJob on eventName '${event}' called on webhooks ids [\n"${webhooks
`CallWebhookJobsJob on eventName '${eventName}' called on webhooks ids [\n"${webhooks
.map((webhook) => webhook.id)
.join('",\n"')}"\n]`,
);