Skip to content

Commit

Permalink
chore: add refresh parameter to feeds paging (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
xernobyl authored Jan 29, 2024
1 parent 56cc146 commit 281f36b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/feed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export type FeedPaginationOptions = {
id_lt?: string;
id_lte?: string;
limit?: number;
refresh?: boolean;
};

export type RankedFeedOptions = {
Expand Down

0 comments on commit 281f36b

Please sign in to comment.