Merge branch 'main' into production

pull/9078/head
Syed Ali Shahbaz 2022-06-13 13:29:51 +05:30
commit e4ec3a04e9
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ async function createOrlistAllBookings(
})
);
await Promise.all(promises);
console.log("All promises resolved! About to send the response");
res.status(201).json({ booking, message: "Booking created successfully" });
} else
(error: Error) => {