Skip to content

Commit

Permalink
rm unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazuh committed Sep 5, 2023
1 parent 27a1c7d commit 5dd19ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions functions/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@ const getTimeSlots = (date: Date): Date[] => {
return [];
}

const dateRoundedAt00 = new Date(date);
dateRoundedAt00.setUTCMinutes(0);
const options = new Array(APPOINTMENTS_PER_HOUR)
.fill(null)
.map((_, index) => {
Expand Down

0 comments on commit 5dd19ac

Please sign in to comment.