Skip to content

Commit

Permalink
Remove unnecessary feature toggle parkerenpatroonc
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarBakker committed Nov 7, 2024
1 parent a6752a9 commit 23730c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/client/AppState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const PRISTINE_APPSTATE: AppState = {
PARKEREN: apiPristineResult(
{ isKnown: true, url: null },
{
isActive: FeatureToggle.parkerenPatroonC,
isActive: FeatureToggle.parkerenActive,
profileTypes: ['private', 'commercial'],
}
),
Expand Down
3 changes: 1 addition & 2 deletions src/universal/config/feature-toggles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ export const FeatureToggle = {
cleopatraApiActive: true,

// Parkeren
parkerenActive: IS_PRODUCTION, // Two parkeren toggles because in the middle of implementing MIJN-9097.
parkerenPatroonC: !IS_PRODUCTION,
parkerenActive: true,

// Mijn Gegegvens -> aantal bewoners op adres.
residentCountActive: true,
Expand Down

0 comments on commit 23730c9

Please sign in to comment.