randydev commited on
Commit
c7c25eb
·
verified ·
1 Parent(s): 5fa05ff

Update lib/create-date.js

Browse files
Files changed (1) hide show
  1. lib/create-date.js +3 -1
lib/create-date.js CHANGED
@@ -21,4 +21,6 @@ function predictCreationDate(userId) {
21
  return userId <= 1000000
22
  ? parseRegistrationTime("<", 1380326400)
23
  : parseRegistrationTime(">", 1701192327);
24
- }
 
 
 
21
  return userId <= 1000000
22
  ? parseRegistrationTime("<", 1380326400)
23
  : parseRegistrationTime(">", 1701192327);
24
+ }
25
+
26
+ export { predictCreationDate };