diff --git a/utils/timelines.ts b/utils/timelines.ts index da3db574..29ae2ec8 100644 --- a/utils/timelines.ts +++ b/utils/timelines.ts @@ -50,7 +50,7 @@ export async function fetchTimeline( ); } - if (objects.length >= (Number(args?.limit) ?? 20)) { + if (objects.length >= Number(args?.limit ?? 20)) { // Check if there are statuses after the last one // @ts-expect-error hack again const objectsAfter = await model({