From cd0761ae1830afa7cc35ec90851d9b71b41dadad Mon Sep 17 00:00:00 2001 From: Ayroid Date: Mon, 11 Dec 2023 09:51:43 +0530 Subject: [PATCH] . --- controllers/ipServerController.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/controllers/ipServerController.js b/controllers/ipServerController.js index 0467531..936ad4f 100644 --- a/controllers/ipServerController.js +++ b/controllers/ipServerController.js @@ -94,9 +94,9 @@ const confirmBookingStatus = async (req, res) => { } // 3. CHECKING IF SPOT IS ALREADY BOOKED - if (spot[0].parkingStatus !== "booked") { - return res.status(StatusCodes.BAD_REQUEST).send("Spot not Pre-Booked!"); - } + // if (spot[0].parkingStatus !== "booked") { + // return res.status(StatusCodes.BAD_REQUEST).send("Spot not Pre-Booked!"); + // } // 4. CHECK IF PARKING SPOT IS ALREADY PARKED if (spot[0].parkingStatus === "parked") {