Skip to content

Commit

Permalink
removed formating since its formating to the same string as it alread…
Browse files Browse the repository at this point in the history
…y is
  • Loading branch information
caveman0612 committed Sep 19, 2023
1 parent d526d85 commit 0367090
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ function generateEventsDateListings(
groupings
).map(dateKey => {
return {
date: datetime.formatByString(
new Date(dateKey),
DateFormat.DAY_MONTH_DATE_YEAR
),
date: dateKey,
dateString: dateKey,
events: _.sortBy(groupings[dateKey], ["event_date_start"]),
};
Expand Down

0 comments on commit 0367090

Please sign in to comment.