Skip to content

Commit

Permalink
Update src/libs/DateUtils.ts
Browse files Browse the repository at this point in the history
Co-authored-by: DylanDylann <141406735+DylanDylann@users.noreply.github.com>
  • Loading branch information
nkdengineer and DylanDylann committed Apr 25, 2024
1 parent 08b1941 commit 9248646
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/DateUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,6 @@ function areDatesIdentical(dateTimeStringFirst: string, dateTimeStringSecond: st
const isTimeAtLeastOneMinuteInFuture = ({timeString, dateTimeString}: {timeString?: string; dateTimeString: string}): boolean => {
let dateToCheck = dateTimeString;
if (timeString) {
// return false;
dateToCheck = combineDateAndTime(timeString, dateTimeString);
}

Expand Down

0 comments on commit 9248646

Please sign in to comment.