Skip to content

Commit

Permalink
fix: update dmt plugin to use activeDataplaneUrl state value
Browse files Browse the repository at this point in the history
  • Loading branch information
MoumitaM committed May 10, 2024
1 parent f62b758 commit 5846263
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const DeviceModeTransformation = (): ExtensionPlugin => ({
const payload = createPayload(item.event, item.destinationIds, item.token);

httpClient.getAsyncData({
url: `${state.lifecycle.dataPlaneUrl.value}/transform`,
url: `${state.lifecycle.activeDataplaneUrl.value}/transform`,
options: {
method: 'POST',
data: getDMTDeliveryPayload(payload) as string,
Expand Down

0 comments on commit 5846263

Please sign in to comment.