Skip to content

Commit

Permalink
ARKIV-267 Arkivreferanse
Browse files Browse the repository at this point in the history
  • Loading branch information
oleanders committed Apr 23, 2024
1 parent b5df7cf commit 2a16baa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public Mono<ResponseEntity<Status>> getInstanceStatus(
private static Status toStatus(String instanceId, String caseId) {
return Status.builder()
.instansId(instanceId)
.saksreferanse(caseId)
.arkivreferanse(caseId)
.build();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
@Builder
public class Status {
private final String instansId;
private final String saksreferanse;
private final String arkivreferanse;
}

0 comments on commit 2a16baa

Please sign in to comment.