Get slots for two months
This commit is contained in:
parent
949b28c726
commit
cf5d395de0
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ publicRouter.get("/slots/:shortUserId/:standardName", async (c) => {
|
|||
// Use CET time for availability calculations
|
||||
const now = getCETTime();
|
||||
const nextMonth = new Date(now);
|
||||
nextMonth.setMonth(now.getMonth() + 1);
|
||||
nextMonth.setMonth(now.getMonth() + 2);
|
||||
|
||||
const { data: eventsData, error: eventsError } = await supabase
|
||||
.from("events")
|
||||
|
|
|
|||
Loading…
Reference in a new issue