spec cleanup

This commit is contained in:
Muhsin Keloth
2024-03-15 00:26:07 +05:30
parent 11ae25535a
commit 5343b3f8ae
3 changed files with 142 additions and 300 deletions
@@ -104,7 +104,7 @@ const findNextAvailableTime = (
export const getNextAvailabilityMessage = (
workingHours,
currentTime,
timezone = 'UTC'
timezone
) => {
const utcZonedTime = utcToZonedTime(currentTime, timezone);
const currentDayOfWeek = utcZonedTime.getDay();