remove console log
This commit is contained in:
@@ -22,7 +22,6 @@ const bulkWriteBookingChangeIncidents = (incidents) => {
|
|||||||
|
|
||||||
const chargeBookingChanges = (changes) => {
|
const chargeBookingChanges = (changes) => {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
console.log(changes);
|
|
||||||
if (Array.isArray(changes)){
|
if (Array.isArray(changes)){
|
||||||
const incidents = [];
|
const incidents = [];
|
||||||
const errors = [];
|
const errors = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user