Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
endre hardkodet verdi for saksbehandlingstid fra 5 til 7 uker
Browse files Browse the repository at this point in the history
  • Loading branch information
torhrise authored Feb 22, 2024
1 parent de9a263 commit a9d239d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/date-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Sprak } from '../contexts/sprak';
import lagHentTekstForSprak from '../lib/lag-hent-tekst-for-sprak';

const msPerDoegn = 1000 * 60 * 60 * 24;
const DAGPENGER_SAKSBEHANDLINGSTID = 25;
const DAGPENGER_SAKSBEHANDLINGSTID = 35;

export function datoUtenTid(dato: string) {
return new Date(dato.substr(0, 10));
Expand Down

0 comments on commit a9d239d

Please sign in to comment.