Skip to content

Commit

Permalink
#1923: include refreshed journeys in the outcome list of publish
Browse files Browse the repository at this point in the history
JoernBerkefeld committed Jan 9, 2025
1 parent 7f8c537 commit a2d9563
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
@@ -2154,7 +2154,7 @@ class Journey extends MetadataType {

if (refreshTransactionalKeys.length) {
// in case we tried to publish a transactional journey that was already published we will instead run a refresh for those
await this.refresh(refreshTransactionalKeys);
executedKeyArr.push(...(await this.refresh(refreshTransactionalKeys)));
}
return executedKeyArr.filter(Boolean);
}

0 comments on commit a2d9563

Please sign in to comment.