Skip to content

Commit

Permalink
Merge pull request #264 from icefoganalytics/test
Browse files Browse the repository at this point in the history
Update assessment-cslft-repository-v2.ts
  • Loading branch information
datajohnson authored Jun 26, 2024
2 parents 46c71f6 + 08c30a3 commit 126feba
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1142,6 +1142,8 @@ async function calculateFamilySize(
hasParent2 = true;
}

console.log("PARENT INFO", parentInfo, hasParent1, hasParent2)

family.total_dependants = 1 + parentDeps.length;
family.csl_dependants = 1;
family.post_secondary = parentDeps.filter((f: any) => f.is_attend_post_secondary).length + 1;
Expand Down

0 comments on commit 126feba

Please sign in to comment.