diff --git a/build-lists.js b/build-lists.js index 43f15c8..00b8477 100644 --- a/build-lists.js +++ b/build-lists.js @@ -266,7 +266,7 @@ class BuildLists { } // Add App Bundles - if ( !!listEntry?.bundleIds ) { + if ( Array.isArray( listEntry.bundleIds ) ) { listEntry.bundles = await this.getAppBundles( listEntry ) }