This commit is contained in:
David Arranz 2022-06-07 11:15:53 +02:00
parent acd492da8a
commit 07b49a6e59

View File

@ -54,6 +54,7 @@ async function activeReservation(reservation) {
? await eventService._getEvent(reservation.overflow_reservationId)
: (reservation.Event ? reservation.Event : reservation.event);
console.log('>>>>>>>>>>>>>>>>>>>>>>>>>>0', reservation.overflowEventId);
console.log('>>>>>>>>>>>>>>>>>>>>>>>>>>1', reservation.Event);
console.log(' >>>>>>>>>>>>>>>>>>>>>>>>>>2', reservation.event);