Skip to content

Commit

Permalink
Tester med å hente hardkodet fnr.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnsteingarmo committed Nov 17, 2023
1 parent e62c665 commit 1f7bb84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/søknad.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,11 @@ export const mellomlagreSøknadTilDokument = <T>(
export const hentDataFraForrigeBarnetilsynSøknad = async (
personIdent: string
): Promise<ForrigeSøknad> => {
console.log('Personident: ' + personIdent);
try {
const response = await axios.post(
`${Environment().apiProxyUrl + '/api/soknadbarnetilsyn/hent'}`,
personIdent,
'11908498889',
axiosConfig
);
return response.data;
Expand Down

0 comments on commit 1f7bb84

Please sign in to comment.