Skip to content

Commit

Permalink
Legg til enhet som context field
Browse files Browse the repository at this point in the history
  • Loading branch information
halvorbmundal committed Oct 19, 2023
1 parent 3e5b5e9 commit 6fe08df
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
package no.nav.familie.unleash

// Feltene må også være definert i unleash. Gjøres via Configure -> Context fields
// https://teamfamilie-unleash-web.nav.cloud.nais.io/context
object UnleashContextFields {
val FAGSAK_ID = "fagsakId"
val ENHET = "enhet"
}

0 comments on commit 6fe08df

Please sign in to comment.