Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
RedGuy12 authored and github-actions[bot] committed Aug 9, 2023
1 parent 2b10e7c commit eedb7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/numbers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,5 @@ export function parseTime(time: string): Date {
date.getUTCDate() + +weeks * 7 + +days,
);
date.setUTCHours(date.getUTCHours() + +hours, date.getUTCMinutes() + +minutes);
return date
return date;
}

0 comments on commit eedb7c4

Please sign in to comment.