Skip to content

Commit

Permalink
Merge branch 'main' into fix_empty_location
Browse files Browse the repository at this point in the history
  • Loading branch information
xernobyl authored Jan 29, 2024
2 parents 9f2a3ba + 281f36b commit 79b2722
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 79b2722

Please sign in to comment.