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