@threadbase-sh/scanner 0.8.0 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -2905,7 +2905,7 @@ var ConversationScanner = class {
2905
2905
  });
2906
2906
  }
2907
2907
  async resolveProfiles(profiles) {
2908
- if (profiles && profiles.length > 0) return profiles;
2908
+ if (profiles) return profiles;
2909
2909
  return loadProfiles(DEFAULT_CONFIG_PATH);
2910
2910
  }
2911
2911
  transformView(metas, options) {