Skip to content

Commit

Permalink
Merge pull request #267 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 9f21f70 + 0234bc6 commit fbdbb42
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,10 @@ export class AssessmentCslftRepositoryV2 {
input.family_size
);

throw Error(
return input
/* throw Error(
`Cannot find Parent Moderate Standard of living for province: ${parentAddress.province_id} and family size: ${input.family_size}`
);
); */
}
input.parent_msol = parentMsol.standard_living_amount ?? 0;
input.parent_discretionary_income = Math.round(input.parent_net_income_total - input.parent_msol);
Expand Down

0 comments on commit fbdbb42

Please sign in to comment.