Skip to content

Commit

Permalink
endrer saksbehandlingstid fra 6 uker til 5 (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
qtips authored Jun 25, 2024
1 parent 01b81de commit 7f2e503
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 = "P6W";
private static final String SAKSBEHANDLINGSTID = "P5W";
private static final String UTLAND_SAKSBEHANDLINGSTID = "P6M";

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

0 comments on commit 7f2e503

Please sign in to comment.