Skip to content

Commit

Permalink
fix: order by date (#4020)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelchris authored Dec 23, 2024
1 parent 7c1d4da commit 8f3fce6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/shared/src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export const emojiOptions = [

export enum FeedOrder {
Recommended = 'recommended',
Date = 'date',
Upvotes = 'upvotes',
Downvotes = 'downvotes',
Comments = 'comments',
Expand Down

0 comments on commit 8f3fce6

Please sign in to comment.