Skip to content

Commit

Permalink
IS-2986: Fjernet isSokEnabled fra unleash
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusfoss committed Jan 9, 2025
1 parent b502cca commit 0281789
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion server/unleash.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@ export function getToggles(veilederId: any, enhetId: any) {
};
return {
isFlexjarArenaEnabled: unleash.isEnabled('isFlexjarArenaEnabled', context),
isSokEnabled: unleash.isEnabled('isSokEnabled', context),
};
}
2 changes: 0 additions & 2 deletions src/data/unleash/types/unleash_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ export type Toggles = {
// See toggles: https://teamsykefravr-unleash-web.nav.cloud.nais.io/features
export enum ToggleNames {
isFlexjarArenaEnabled = 'isFlexjarArenaEnabled',
isSokEnabled = 'isSokEnabled',
}

export const defaultToggles: Toggles = {
isFlexjarArenaEnabled: false,
isSokEnabled: false,
};

0 comments on commit 0281789

Please sign in to comment.