1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-09 09:26:22 +00:00
This commit is contained in:
Nuckyz 2024-07-25 21:37:37 -03:00 committed by GitHub
parent 026e716710
commit 1905aa0ae8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -139,7 +139,6 @@ export const filters = {
byCodeFilter.$$vencordProps = ["byFactoryCode", ...code];
byCodeFilter.$$vencordIsFactoryFilter = true;
return byCodeFilter;
}
};