Include room change for booking change incidents #23

Merged
bilal.catic merged 3 commits from include-room-change-for-booking-change-incidents into master 2019-07-12 04:46:16 +02:00
Showing only changes of commit 98899d6826 - Show all commits

View File

@@ -22,7 +22,6 @@ const bulkWriteBookingChangeIncidents = (incidents) => {
const chargeBookingChanges = (changes) => {
return new Promise((resolve, reject) => {
console.log(changes);
if (Array.isArray(changes)){
const incidents = [];
const errors = [];