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

Commit

Permalink
c justerer saksbehandlingstid for dagpenger
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Apr 8, 2024
1 parent e05d4aa commit a9c5dee
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 = 35;
const DAGPENGER_SAKSBEHANDLINGSTID = 45;

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

0 comments on commit a9c5dee

Please sign in to comment.