Skip to content

Commit

Permalink
v1.8.5 (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomo authored Feb 21, 2024
2 parents d604e7f + 0e157af commit 7ab9956
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public List<FeedOneResponse> findFeedByVisibility(
missionRecord.mission.member.in(members),
missionRecord.mission.visibility.in(visibilities),
uploadStatusCompleteEq())
.orderBy(missionRecord.startedAt.desc())
.orderBy(missionRecord.finishedAt.desc())
.limit(FEED_TAB_LIMIT)
.fetch();
}
Expand Down

0 comments on commit 7ab9956

Please sign in to comment.