Skip to content

Commit

Permalink
Merge pull request #1016 from DTS-STN/174374-single-results-bug
Browse files Browse the repository at this point in the history
fix single results bug
  • Loading branch information
Maxim-Lam authored Feb 7, 2024
2 parents c57b4af + 286d2aa commit 544b94c
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 @@ -49,7 +49,7 @@ export class FutureHandler {
const eliObj = OasEligibility(
age,
yearsInCanada,
this.query.livingCountry === 'CAN',
this.query.livedOnlyInCanada === 'true',
String(this.query.livingCountry)
)

Expand Down

0 comments on commit 544b94c

Please sign in to comment.