1
0
Fork 1
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:
Nuckyz 2024-08-30 06:37:07 -03:00
parent 20b7a81bdb
commit 4ae693b2fb
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -231,7 +231,7 @@ export function waitFor(filter: FilterFn, callback: ModCallbackFn, { isIndirect
if (cacheFindResult != null) { if (cacheFindResult != null) {
const { result, id, exportKey, factory } = cacheFindResult; const { result, id, exportKey, factory } = cacheFindResult;
return callback(result, { id, exportKey, factory: factory }); return callback(result, { id, exportKey, factory });
} }
} }