Skip to content

Commit e7cf63d

Browse files
author
Siddhant Shukla
committed
export fix
1 parent ae6971e commit e7cf63d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

lib/consts.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1-
export const DEFAULT_POLL_VALUE = 60;
2-
export const POLL_LOWER_LIMIT = 20;
1+
const DEFAULT_POLL_VALUE = 60;
2+
const POLL_LOWER_LIMIT = 20;
3+
4+
module.exports = {
5+
DEFAULT_POLL_VALUE,
6+
POLL_LOWER_LIMIT
7+
};

0 commit comments

Comments
 (0)