nkoehring / vue-a2b

Split Testing for Vue.js
MIT License
87 stars 13 forks source link

expires calc wrong in localstorage #15

Closed zWingz closed 3 years ago

zWingz commented 4 years ago

key error

image

when setLocalStorage, the expires will be set to Date.now + 30days, but when getLocalStorage, it test Date.now + 30days > lastDate.now + 30days, it equal to cacl Date.now > lastDate.now, it always true, so it always expired

nkoehring commented 3 years ago

Thanks, this is fixed now.