diff --git a/services/integration/invoiceIntegration.js b/services/integration/invoiceIntegration.js index aed22e2..bfbdddd 100644 --- a/services/integration/invoiceIntegration.js +++ b/services/integration/invoiceIntegration.js @@ -248,14 +248,6 @@ const getMembersFeesForDateRange = (dateRange, memberIds) => { fee.team = memberIdTeamMappings[fee.member] || null; }); - // const sortingFunction = ((fee1, fee2) => { - // const date1 = fee1.date; - // const date2 = fee2.date; - // - // }); - // - // allFees.sort(sortingFunction); - resolve(allFees); }) .catch((error) => {