Skip to content

Commit

Permalink
enh: later today 3 hours later
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed Aug 9, 2023
1 parent 5e4881b commit 07c0f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files_reminders/src/shared/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const getDateTime = (dateTime: DateTimePreset): Date => {
const hour = moment().get('hour')
const later = moment()
.startOf('day')
.add(hour + 2, 'hour')
.add(hour + 3, 'hour')
return later.toDate()
},

Expand Down

0 comments on commit 07c0f7e

Please sign in to comment.