Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Kim authored and Chris Kim committed Nov 30, 2023
1 parent 89c20e7 commit c451cde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/site/filters/liquid.js
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,6 @@ module.exports = function registerFilters() {
};

//* Filters and Sorts event dates (fieldDatetimeRangeTimezone) starting with the most upcoming event.
//* Also sorts press releases (fieldReleaseDate) from newest to oldest.
liquid.filters.filterAndSortEvents = data => {
if (!data) return null;
const currentTimestamp = moment().unix();
Expand Down

0 comments on commit c451cde

Please sign in to comment.