From 69ebf36bb1dc6fa875ebc9dfab2752283c50bbdc Mon Sep 17 00:00:00 2001 From: Bilal Catic Date: Wed, 21 Aug 2019 06:49:12 +0200 Subject: [PATCH] add comment for possible future improvement --- services/integration/bookingChangeCharges.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/integration/bookingChangeCharges.js b/services/integration/bookingChangeCharges.js index 7299e79..108829d 100644 --- a/services/integration/bookingChangeCharges.js +++ b/services/integration/bookingChangeCharges.js @@ -14,6 +14,8 @@ const { const bulkWriteBookingChangeIncidents = (incidents) => { + //TODO: Check if this complete method can be replaced with + // return db.bookingChangeIncident.bulkCreate(incidents) return new Promise((resolve, reject) => { const asyncJobs = [];