Add skipMinimumPackageAge.

This commit is contained in:
Sander Declerck 2025-11-13 15:14:44 +01:00
parent a9a4d76705
commit f64ee3bccf
No known key found for this signature in database
3 changed files with 51 additions and 3 deletions

View file

@ -41,3 +41,7 @@ const defaultMinimumPackageAge = 24;
export function getMinimumPackageAgeHours() {
return defaultMinimumPackageAge;
}
export function skipMinimumPackageAge() {
return false;
}