mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-24 12:34:10 +03:00
Fix logging error in webhook system
This commit is contained in:
parent
be50a6256f
commit
da4bd73881
@ -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]`,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user