Skip to content

Commit

Permalink
Better debugging on CSLFT living allowance
Browse files Browse the repository at this point in the history
  • Loading branch information
datajohnson committed Nov 20, 2024
1 parent c9c9a83 commit 5cc699b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ export class AssessmentCslftRepositoryV2 {
})
.first();

console.log("Using Yukon livingAllowance");
console.log("Using Yukon livingAllowance", this.application.category_id, yukonLivingAllowance);
this.livingAllowance = yukonLivingAllowance;
}
}
Expand Down

0 comments on commit 5cc699b

Please sign in to comment.