Skip to content

Commit

Permalink
Merge pull request #265 from TogetherCrew/fix/announcement-list-sortB…
Browse files Browse the repository at this point in the history
…y-issue

change sortBy to desc
  • Loading branch information
mehdi-torabiv authored Feb 28, 2024
2 parents d6a55a3 + 7bf5899 commit c2ef404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/slices/announcementsSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const createAnnouncementsSlice: StateCreator<IAnnouncements> = (set, get) => ({
retrieveAnnouncements: async ({
page,
limit,
sortBy = 'scheduledAt:asc',
sortBy = 'scheduledAt:desc',
timeZone,
startDate,
endDate,
Expand Down

0 comments on commit c2ef404

Please sign in to comment.