Fix booking change charges #40

Merged
bilal.catic merged 5 commits from fix-booking-change-charges into master 2019-08-24 09:28:14 +02:00
Showing only changes of commit 69ebf36bb1 - Show all commits

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