Skip to content

Commit

Permalink
Fix double payment count
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben committed Jun 13, 2024
1 parent 858f23f commit 5d1e7b1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export class ProgramAttributesService {
'inclusionScore',
'paymentAmountMultiplier',
'financialServiceProvider',
'paymentCount',
];
const paAttributesNameArray = program['paTableAttributes'].map(
(paAttribute: Attribute) => paAttribute.name,
Expand Down

0 comments on commit 5d1e7b1

Please sign in to comment.