Circuits...
Circuits Fido e Max Qta Fixed error eslint: 7.0.0 is OK
This commit is contained in:
@@ -19,9 +19,9 @@ const sendNotifBooking = async (res, idapp, user, recbooking) => {
|
||||
|
||||
// Send Email
|
||||
if (recbooking.booked)
|
||||
return sendemail.sendEmail_Booking(res, user.lang, user.email, user, idapp, recbooking);
|
||||
return await sendemail.sendEmail_Booking(res, user.lang, user.email, user, idapp, recbooking);
|
||||
else
|
||||
return sendemail.sendEmail_CancelBooking(res, user.lang, user.email, user, idapp, recbooking);
|
||||
return await sendemail.sendEmail_CancelBooking(res, user.lang, user.email, user, idapp, recbooking);
|
||||
};
|
||||
|
||||
router.post('/', authenticate, (req, res) => {
|
||||
|
||||
Reference in New Issue
Block a user