cleanup: remove debug console.log from auth benchmarking
This commit is contained in:
@@ -245,8 +245,10 @@ export async function listAdminBookings(
|
|||||||
orderBy: [{ bookingDate: 'asc' }, { startTime: 'asc' }, { createdAt: 'asc' }],
|
orderBy: [{ bookingDate: 'asc' }, { startTime: 'asc' }, { createdAt: 'asc' }],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
const response = bookings.map((booking) => mapBookingResponse(booking));
|
||||||
|
|
||||||
return {
|
return {
|
||||||
bookings: bookings.map((booking) => mapBookingResponse(booking)),
|
bookings: response,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user