ca98am79 / connect-dynamodb

DynamoDB session store for Connect
http://ca98am79.github.com/connect-dynamodb/
MIT License
144 stars 66 forks source link

fix: comparing apples to apples on expire session #70

Closed JonathanFeller closed 2 years ago

JonathanFeller commented 2 years ago

result.Item.expires returns an { N: '666' } object and not a number, this was preventing the session from being expired past its expiration date on the datastore.

ca98am79 commented 2 years ago

thanks!