mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 06:33:03 -04:00
Fix
This commit is contained in:
parent
69e3005e7a
commit
9dc101f5a3
3 changed files with 3 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue