fix test-identified timeline cache package issues

This commit is contained in:
kim 2025-03-24 21:34:36 +00:00
commit 61f8da707c
3 changed files with 50 additions and 37 deletions

View file

@ -108,12 +108,13 @@ func (p *Processor) getStatusTimeline(
}
// Ensure we have valid
// input paging data.
// input paging cursor.
id.ValidatePage(page)
// ...
apiStatuses, lo, hi, err := timeline.Load(ctx,
// ...
page,
// ...