Fix developers url and remove webhook url error (#4120)
Fix developers url + remove webhook url error Co-authored-by: Thomas Trompette <thomast@twenty.com>
This commit is contained in:
@ -26,7 +26,7 @@ export class CallWebhookJob implements MessageQueueJob<CallWebhookJobData> {
|
||||
`CallWebhookJob successfully called on targetUrl '${data.targetUrl}'`,
|
||||
);
|
||||
} catch (err) {
|
||||
throw new Error(
|
||||
this.logger.error(
|
||||
`Error calling webhook on targetUrl '${data.targetUrl}': ${err}`,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user