Skip to content

Commit

Permalink
load 3 bookings
Browse files Browse the repository at this point in the history
  • Loading branch information
langalex committed Dec 7, 2023
1 parent 249d745 commit 89992bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const listRecentBookings = async (
params: {
from,
to,
limit: 1,
limit: 3,
},
});
return response.data;
Expand Down

0 comments on commit 89992bf

Please sign in to comment.