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' }],
|
||||
});
|
||||
|
||||
const response = bookings.map((booking) => mapBookingResponse(booking));
|
||||
|
||||
return {
|
||||
bookings: bookings.map((booking) => mapBookingResponse(booking)),
|
||||
bookings: response,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user