Skip to content

Commit

Permalink
byttet så sjekk mot ikkeeksisterende endepunkt ikke lenger gir Error …
Browse files Browse the repository at this point in the history
…så vi slipper rot logger
  • Loading branch information
VHollund committed Dec 13, 2024
1 parent ebd7e32 commit de920d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const getServerSideProps = beskyttetSide(async (ctx: NextPageContext): Pr
};
}
} catch (error) {
logError('Feil ved henting av søknader med ettersendinger mot nytt endepunkt', error);
logInfo('Feil ved henting av søknader med ettersendinger mot nytt endepunkt', error);
}
const innsendingSøknader = await getSøknaderInnsending(ctx.req);

Expand Down

0 comments on commit de920d0

Please sign in to comment.