chore: restore default comment on lookaheadHours

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-02-14 15:29:06 +00:00
parent 2cf6536e48
commit bfdc5e67b7

View File

@@ -11,6 +11,7 @@ import { NextEventKey, type NextEvent } from "./calendar-context"
interface GoogleCalendarSourceBaseOptions { interface GoogleCalendarSourceBaseOptions {
calendarIds?: string[] calendarIds?: string[]
/** Default: 24 */
lookaheadHours?: number lookaheadHours?: number
} }