mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-24 20:42:05 +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) {
|
if (webhooks.length) {
|
||||||
this.logger.log(
|
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)
|
.map((webhook) => webhook.id)
|
||||||
.join('",\n"')}"\n]`,
|
.join('",\n"')}"\n]`,
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user