From fdda55837f04d04ad898bb728c0074f45a464706 Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Wed, 24 Feb 2021 14:03:10 +0000 Subject: [PATCH] Formatting. --- .../src/components/automation/Shared/WebhookDisplay.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/builder/src/components/automation/Shared/WebhookDisplay.svelte b/packages/builder/src/components/automation/Shared/WebhookDisplay.svelte index 18fff8153d..dc908a9571 100644 --- a/packages/builder/src/components/automation/Shared/WebhookDisplay.svelte +++ b/packages/builder/src/components/automation/Shared/WebhookDisplay.svelte @@ -13,7 +13,6 @@ if (production) { return `${appUrl}/${uri}` } else { - return `${window.location.origin}/${uri}` } }