mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 01:46:23 +00:00
skill issue coding
This commit is contained in:
parent
20b7a81bdb
commit
4ae693b2fb
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ export function waitFor(filter: FilterFn, callback: ModCallbackFn, { isIndirect
|
|||
|
||||
if (cacheFindResult != null) {
|
||||
const { result, id, exportKey, factory } = cacheFindResult;
|
||||
return callback(result, { id, exportKey, factory: factory });
|
||||
return callback(result, { id, exportKey, factory });
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue