Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus committed Jan 6, 2025
1 parent bb8ee30 commit 41560bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export class ClientFeatureToggleDelta {
...new Set(
changeEvents
.filter((event) => event.featureName)
// .filter((event) => event.type !== 'feature-archived')
.filter((event) => event.type !== 'feature-archived')
.map((event) => event.featureName!),
),
];
Expand Down

0 comments on commit 41560bc

Please sign in to comment.