From bfdc5e67b718c0e75c1de666d181c31867dccd30 Mon Sep 17 00:00:00 2001 From: kenneth Date: Sat, 14 Feb 2026 15:29:06 +0000 Subject: [PATCH] chore: restore default comment on lookaheadHours Co-authored-by: Ona --- .../aris-source-google-calendar/src/google-calendar-source.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/aris-source-google-calendar/src/google-calendar-source.ts b/packages/aris-source-google-calendar/src/google-calendar-source.ts index 8e384ec..3358f2b 100644 --- a/packages/aris-source-google-calendar/src/google-calendar-source.ts +++ b/packages/aris-source-google-calendar/src/google-calendar-source.ts @@ -11,6 +11,7 @@ import { NextEventKey, type NextEvent } from "./calendar-context" interface GoogleCalendarSourceBaseOptions { calendarIds?: string[] + /** Default: 24 */ lookaheadHours?: number }