prettier fix -3
parent
301c132815
commit
99e58c414c
|
@ -143,8 +143,7 @@ async function createOrlistAllBookings(
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
await Promise.all(promises);
|
await Promise.all(promises);
|
||||||
}
|
} else
|
||||||
else
|
|
||||||
(error: Error) => {
|
(error: Error) => {
|
||||||
console.log(error);
|
console.log(error);
|
||||||
res.status(400).json({
|
res.status(400).json({
|
||||||
|
|
Loading…
Reference in New Issue