Skip to content

Commit

Permalink
Revert "Fikser ny toggle"
Browse files Browse the repository at this point in the history
This reverts commit 6651be3.
  • Loading branch information
izisfro committed Feb 7, 2025
1 parent 98afd30 commit 18f8669
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ class UnleashServiceImpl(
)

// her kan vi legge inn de neste tiltakstypene vi skal ta over
private val tiltakstyperKometKanskjeErMasterFor = listOf(
"GRUPPEAMO",
"JOBBK",
"GRUFAGYRKE",
)
private val tiltakstyperKometKanskjeErMasterFor = emptyList<String>()

override fun erKometMasterForTiltakstype(tiltakstype: String): Boolean {
return tiltakstype in tiltakstyperKometAlltidErMasterFor ||
Expand Down

0 comments on commit 18f8669

Please sign in to comment.