From f404bc20293b3c466ca4d3d6a153c75cc3b3dd94 Mon Sep 17 00:00:00 2001 From: davidbielik Date: Thu, 12 Dec 2024 15:10:35 -0500 Subject: [PATCH 1/2] Update index.ts --- packages/destination-actions/src/destinations/braze/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/destination-actions/src/destinations/braze/index.ts b/packages/destination-actions/src/destinations/braze/index.ts index b9477fec24..1afe50ae73 100644 --- a/packages/destination-actions/src/destinations/braze/index.ts +++ b/packages/destination-actions/src/destinations/braze/index.ts @@ -49,7 +49,7 @@ const destination: DestinationDefinition = { { label: 'US-09 (https://dashboard-09.braze.com)', value: 'https://rest.iad-09.braze.com' }, { label: 'EU-01 (https://dashboard-01.braze.eu)', value: 'https://rest.fra-01.braze.eu' }, { label: 'EU-02 (https://dashboard-02.braze.eu)', value: 'https://rest.fra-02.braze.eu' }, - { label: 'ID-01 (https://dashboard-01.braze.id)', value: 'https://rest.apse-01.braze.id' } + { label: 'AU-01 (https://dashboard.au-01.braze.com)', value: 'https://rest.au-01.braze.com' } ], default: 'https://rest.iad-01.braze.com', required: true From 7c8c61b4dae43482ac891617190f9f6971a79188 Mon Sep 17 00:00:00 2001 From: davidbielik Date: Thu, 12 Dec 2024 15:11:20 -0500 Subject: [PATCH 2/2] Update index.ts --- packages/browser-destinations/destinations/braze/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/browser-destinations/destinations/braze/src/index.ts b/packages/browser-destinations/destinations/braze/src/index.ts index 2e7a2cf8e0..9329912cb6 100644 --- a/packages/browser-destinations/destinations/braze/src/index.ts +++ b/packages/browser-destinations/destinations/braze/src/index.ts @@ -122,7 +122,7 @@ export const destination: BrowserDestinationDefinition