Skip to content

Commit

Permalink
Merge pull request #407 from marchhq/sajdakabir/mar-255
Browse files Browse the repository at this point in the history
fix: mar-263-fix-items-of-todoin-progress-shows-in-next-cycle
  • Loading branch information
sajdakabir authored Oct 27, 2024
2 parents 830d540 + 044a322 commit 4c368db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/src/services/lib/item.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const getThisWeekItems = async (me) => {
],
cycleDate: { $ne: null }
})

.sort({ createdAt: -1 });
return items;
}

Expand Down

0 comments on commit 4c368db

Please sign in to comment.