add comment for possible future improvement
This commit is contained in:
@@ -14,6 +14,8 @@ const {
|
|||||||
|
|
||||||
|
|
||||||
const bulkWriteBookingChangeIncidents = (incidents) => {
|
const bulkWriteBookingChangeIncidents = (incidents) => {
|
||||||
|
//TODO: Check if this complete method can be replaced with
|
||||||
|
// return db.bookingChangeIncident.bulkCreate(incidents)
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
const asyncJobs = [];
|
const asyncJobs = [];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user