fix prettier

pull/9078/head
Syed Ali Shahbaz 2022-06-12 11:24:38 +05:30
parent 5628c0b033
commit bd88bec1d2
1 changed files with 0 additions and 1 deletions

View File

@ -140,7 +140,6 @@ async function createOrlistAllBookings(
await Promise.all(promises);
res.status(201).json({ booking, message: "Booking created successfully" });
} else
(error: Error) => {
console.log(error);