Skip to content

Commit

Permalink
chore: removing duplicated code
Browse files Browse the repository at this point in the history
  • Loading branch information
AnurosePrakash committed Jun 30, 2023
1 parent 1fe2f06 commit 4a02ffb
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ export class ContractAgreementPageService {
...consumingContractAgreements,
],
consumingContractAgreements,
providingContractAgreements: contractAgreements.filter(
(it) => it.direction === 'PROVIDING',
),
providingContractAgreements,
numTotalContractAgreements: contractAgreements.length,
};
}
Expand Down

0 comments on commit 4a02ffb

Please sign in to comment.