Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
Udit-takkar committed Jan 2, 2025
1 parent a71e180 commit 108b538
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ export async function getBookings({
where: {
id: {
in: plainBookings
// .sort((a, b) => a.startTime.getTime() - b.startTime.getTime())
.sort((a, b) => a.startTime.getTime() - b.startTime.getTime())
.map((booking) => booking.id),
},
},
Expand Down

0 comments on commit 108b538

Please sign in to comment.