⌨️ sessionHistory.ts

This commit is contained in:
nirholas
2026-03-31 10:22:36 +00:00
parent c46b1a448b
commit e734ccb7f2

View File

@@ -85,3 +85,4 @@ export async function fetchOlderEvents(
): Promise<HistoryPage | null> {
return fetchPage(ctx, { limit, before_id: beforeId }, 'fetchOlderEvents')
}