add comment for possible future improvement

This commit is contained in:
Bilal Catic
2019-08-21 06:49:12 +02:00
parent 27cbe1f51c
commit 69ebf36bb1

View File

@@ -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 = [];