Skip to content

Commit

Permalink
Lagt til riktig TA kode for produksjon
Browse files Browse the repository at this point in the history
  • Loading branch information
nattaphongklinjan committed Oct 10, 2024
1 parent 1c1bd43 commit 1b3f4f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ export default function Status({ fullforteSoknader, paabegynteSoknader, env }: P

useEffect(() => {
// Task analytic Spørreundersøkelse for gammel og ny vedtaksbrev
const nyBrev = env.appEnv === "production" ? "" : "03400";
const gammelBrev = env.appEnv === "production" ? "" : "03400";
const nyBrev = env.appEnv === "production" ? "3409" : "03400";
const gammelBrev = env.appEnv === "production" ? "03408" : "03400";

setTimeout(() => {
//@ts-ignore Ukjent TA type
Expand Down

0 comments on commit 1b3f4f6

Please sign in to comment.