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.$$vencordProps = ["byFactoryCode", ...code];
byCodeFilter.$$vencordIsFactoryFilter = true; byCodeFilter.$$vencordIsFactoryFilter = true;
return byCodeFilter; return byCodeFilter;
} }
}; };