You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constoptOutDataAsDateObject=optOutDate ? newDate(optOutDate) : newDate()// date user has for their opt out time
183
-
constoptOutDateThreshold=newDate('2024-11-22T00:00:00.000Z')// cutoff date any user with reversion date before this will go to v5 Nov 22nd 2024
183
+
constoptOutDateThreshold=newDate('2024-11-25T00:00:00.000Z')// cutoff date any user with reversion date before this will go to v5 Nov 22nd 2024
184
184
constisOptOutDateAfterDateThreshold=optOutDataAsDateObject>optOutDateThreshold// if user's reversion date is after cutoff this is true, they will stay on v4
0 commit comments