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
This Commit Did not include a check for backwards compatibility. So any cache entries made before upgrade have an undefined expireAt property instead of a date.
When the version was switched from 1.0.1 to 1.0.3 I started receiving this error:
TypeError: Cannot read property 'getTime' of undefined at node_modules/cacheman-mongo/node/index.js:124:28
It is resolved when returning back to 1.0.1 package.
The text was updated successfully, but these errors were encountered: