Skip to content

Commit

Permalink
Liten endring i README.md
Browse files Browse the repository at this point in the history
Lagt til t3 i unsupportedEnv for aareg
#deploy-test-frontend
  • Loading branch information
stigus committed Oct 30, 2023
1 parent 1f74a2b commit c19af69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/app-tilgang-analyse-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# app-tilgang-analyse-service

Appen brukes for å finne avehingheter mellom apper basert på `inbound` og `outbound` regler i nais.
Appen brukes for å finne avhengigheter mellom apper basert på `inbound` og `outbound` regler i nais.

## Swagger
Swagger finnes under [/swagger](https://testnav-app-tilgang-analyse-service.intern.dev.nav.no/swagger) -endepunktet til
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export const useOrganisasjonBestillingStatus = (

export const useArbeidsforhold = (ident: string, harAaregBestilling: boolean, miljoe?: string) => {
const { dollyEnvironmentList } = useDollyEnvironments()
const unsupportedEnvironments = ['t13', 'qx']
const unsupportedEnvironments = ['t13', 'qx', 't3']
const filteredEnvironments = dollyEnvironmentList
?.map((miljoe) => miljoe.id)
?.filter((miljoe) => !unsupportedEnvironments.includes(miljoe))
Expand Down

0 comments on commit c19af69

Please sign in to comment.