feat(bisaya): update household and children age rules to 14, adjust related instructions and migration
All checks were successful
Deploy to production / deploy (push) Successful in 3m14s

This commit is contained in:
Torsten Schulz (local)
2026-09-09 14:16:41 +02:00
parent 3d235a621a
commit c462001ff0
5 changed files with 32 additions and 13 deletions

View File

@@ -96,7 +96,7 @@ function calcAge(birthdate) {
const FAMILY_AGE = Object.freeze({
MIN_WOOING: 10,
MIN_MARRIAGE: 14,
MIN_HOUSEHOLD_AND_CHILDREN: 16,
MIN_HOUSEHOLD_AND_CHILDREN: 14,
});
async function getFalukantUserOrFail(hashedId) {