Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
Log...
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoGresse committed Apr 1, 2024
1 parent 7807ea7 commit 790d693
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/openplanner/getSpeakersSessionsSchedule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ export const getSpeakersSessionsSchedule = async (payload: {
const bDate = new Date(b.dateEnd)
return aDate.getTime() - bDate.getTime()
})
console.log(sortedSessions);

// const track = session.track.length ? session.track[0] : "Other"
// 2. Group by weekday
Expand Down

0 comments on commit 790d693

Please sign in to comment.