Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
Update packages/core/lib/hubspot_webhook.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Marshall <lucasmarshall@users.noreply.github.com>
  • Loading branch information
asdfryan and lucasmarshall authored Dec 11, 2023
1 parent 7f9cc66 commit 2fcca52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/lib/hubspot_webhook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.`
);
};

Expand Down

0 comments on commit 2fcca52

Please sign in to comment.