mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-10 21:26:18 +00:00
chore: Merge dev to main (#303)
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
keys: ['name', 'description', 'compatiblePackages.name', 'compatiblePackages.versions']
|
||||
},
|
||||
additionalFilter: (patch: Patch, pkg: string): boolean => {
|
||||
if (!pkg) return true;
|
||||
return (
|
||||
patch.compatiblePackages?.some(
|
||||
(compatiblePackage: CompatiblePackage) =>
|
||||
|
||||
Reference in New Issue
Block a user