Skip to content

Commit

Permalink
#0: fix predeploy check of sf entry events in journeys
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Aug 30, 2024
1 parent ec7cacf commit fef681d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/metadataTypes/Journey.js
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ class Journey extends MetadataType {
delete config.r__dataExtension_key;
}
}
Event.preDeployTasks_SalesforceEntryEvents(
await Event.preDeployTasks_SalesforceEntryEvents(
metadata.triggers[0].type,
metadata.triggers[0].configurationArguments
);
Expand Down

0 comments on commit fef681d

Please sign in to comment.