Skip to content

Commit

Permalink
Endrer saksbehandlingstid til 4 uker
Browse files Browse the repository at this point in the history
  • Loading branch information
qtips committed Aug 29, 2024
1 parent 6e88504 commit f6323d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion konstant/src/main/java/no/nav/k9/konstant/Konstant.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import java.time.Period;

public class Konstant {
private static final String SAKSBEHANDLINGSTID = "P5W";
private static final String SAKSBEHANDLINGSTID = "P4W";
private static final String UTLAND_SAKSBEHANDLINGSTID = "P6M";

public static final Period FORVENTET_SAKSBEHANDLINGSTID = Period.parse(SAKSBEHANDLINGSTID);
Expand Down

0 comments on commit f6323d5

Please sign in to comment.