mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: is after undefined parsing (#5718)
This commit is contained in:
parent
efa691d120
commit
029af91e9e
@ -398,7 +398,7 @@ class FeatureStrategiesStore implements IFeatureStrategiesStore {
|
||||
acc.lastSeenAt == null ||
|
||||
isAfter(
|
||||
new Date(r.env_last_seen_at),
|
||||
new Date(acc[r.feature_name]),
|
||||
new Date(acc.lastSeenAt),
|
||||
)
|
||||
) {
|
||||
acc.lastSeenAt = r.env_last_seen_at;
|
||||
|
Loading…
Reference in New Issue
Block a user