@nsshunt/stsrunnerframework 1.0.152 → 1.0.153

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.
@@ -2427,7 +2427,7 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
2427
2427
  }
2428
2428
  });
2429
2429
  // Filter by plan and/or tag. Leave blank to not use in filter.
2430
- __publicField(this, "GetArchiveList", (runnerSearchFilters) => {
2430
+ __publicField(this, "GetArchiveList", async (runnerSearchFilters) => {
2431
2431
  try {
2432
2432
  return __privateGet(this, _archiveList).filter((runner) => {
2433
2433
  var _a, _b;