Skip to content

Commit d323cd4

Browse files
committed
Fix "sleep until" bug that will set time next day if after midnight
1 parent eef3b02 commit d323cd4

File tree

4 files changed

+582
-37
lines changed

4 files changed

+582
-37
lines changed

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
14

.prettierrc

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"tabWidth": 2,
3+
"useTabs": false,
4+
"singleQuote": true
5+
}

0 commit comments

Comments
 (0)