Skip to content

Commit 81c2d77

Browse files
committed
fix eslint
1 parent 685f403 commit 81c2d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export interface RequestInit extends globalThis.RequestInit {
2525
}
2626

2727
export enum TimePeriod {
28-
//HOUR = '1 Hour',
28+
// HOUR = '1 Hour',
2929
DAY = '24 Hours',
3030
WEEK = '7 Days',
3131
TWO_WEEK = '14 Days',

0 commit comments

Comments
 (0)