From 582b2492435dedfeeed3d6c2acd4728a499196de Mon Sep 17 00:00:00 2001 From: Bilal Catic Date: Wed, 31 Jul 2019 14:21:51 +0200 Subject: [PATCH] remove obsolete code --- services/integration/invoiceIntegration.js | 8 -------- 1 file changed, 8 deletions(-) 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) => {