From 2fcca52f4c0a1b659c4ed4ccff070379a271b553 Mon Sep 17 00:00:00 2001 From: Ryan Liu Date: Mon, 11 Dec 2023 10:54:30 -0800 Subject: [PATCH] Update packages/core/lib/hubspot_webhook.ts Co-authored-by: Lucas Marshall --- packages/core/lib/hubspot_webhook.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/lib/hubspot_webhook.ts b/packages/core/lib/hubspot_webhook.ts index c36e7a9ed..e9525d9f8 100644 --- a/packages/core/lib/hubspot_webhook.ts +++ b/packages/core/lib/hubspot_webhook.ts @@ -58,7 +58,7 @@ const checkWebhookTargetExists = async (hubspotClient: HubspotClient, hubspotApp throw e; } throw new BadRequestError( - `Your Hubspot Developer App already has an existing Webhook target URL. Please delete it first.` + `Your Hubspot Developer App already has an existing Webhook target URL. Please delete it first or use a different Developer App.` ); };