Skip to content

Commit

Permalink
Merge pull request #1015 from DTS-STN/174374-gap-bug
Browse files Browse the repository at this point in the history
fix 174374 gap in residency bug
  • Loading branch information
Maxim-Lam authored Feb 7, 2024
2 parents dd3398b + d134b22 commit c57b4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/api/futureHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export class FutureHandler {
const eliObjOas = OasEligibility(
age,
yearsInCanada,
this.query.livingCountry === 'CAN',
this.query.livedOnlyInCanada === 'true',
String(this.query.livingCountry)
)
const oasAge = eliObjOas.ageOfEligibility
Expand Down

0 comments on commit c57b4af

Please sign in to comment.