Skip to content

Commit d5050ee

Browse files
#2422 only published var
Co-authored-by: Jörn Berkefeld <JoernBerkefeld@users.noreply.github.com>
1 parent 44cb31a commit d5050ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/metadataTypes/Journey.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ class Journey extends MetadataType {
179179
)
180180
: [];
181181
}
182-
if (journey) {
182+
if (Util.OPTIONS.onlyPublished && journey) {
183183
details.push(
184184
await this.client.rest.get(
185185
`${uri}${singleKey}?extras=${extras}` +

0 commit comments

Comments
 (0)