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
Currently we parse the daysBeforeStale as integer here. It would be great if we could add non integer values to allow higher resolution comparisons: 0.5days, 1.5days etc.
The solution
The solution would be as simple as changing parseInt to parseFloat. And adjust the messaging in other parts of the code.