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:
Thomas Trompette
2024-02-21 16:25:35 +01:00
committed by GitHub
parent f977164fee
commit 161d02620a
2 changed files with 5 additions and 5 deletions

View File

@ -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}`,
);
}