mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: exclude lifecycle from stale checks (#7386)
This commit is contained in:
parent
b9f43f5ba0
commit
1c2aa128be
@ -6,5 +6,5 @@ export const comparisonModerator = (
|
||||
): DeepOmit<IFeatureToggle, keyof IFeatureToggle> => {
|
||||
const tempData = { ...data };
|
||||
|
||||
return deepOmit(tempData, 'lastSeenAt', 'yes', 'no');
|
||||
return deepOmit(tempData, 'lastSeenAt', 'yes', 'no', 'lifecycle');
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user