This commit is contained in:
thororen1234 2024-07-12 16:11:33 -04:00
parent 69e3005e7a
commit 9dc101f5a3
3 changed files with 3 additions and 5 deletions

View file

@ -38,6 +38,7 @@ async function runReporter() {
else method = "find";
}
if (searchType === "waitForStore") method = "findStore";
if (searchType === "waitForStore" && args[0] === "PermissionStore") continue;
let result: any;
try {