Update cutoff date

This commit is contained in:
Alasdair Smith 2017-10-16 10:28:42 +01:00
parent e02c3bbb09
commit 625f52c248

View file

@ -262,7 +262,7 @@ module.exports = ProjectController =
# Don't show if user is not part of roll out
return cb(null, false)
userSignupDate = new Date(timestamp * 1000)
if userSignupDate > new Date("2017-10-03")
if userSignupDate > new Date("2017-10-16")
# Don't show for users who registered after it was released
return cb(null, false)
timeout = setTimeout cb, 500