Skip to content

Commit

Permalink
* Fullmakt grensesnitt og update - frontend
Browse files Browse the repository at this point in the history
* Fjernet ubrukt mapper backend
#deploy-test-frontend
  • Loading branch information
stigus committed Sep 20, 2024
1 parent a490bce commit 4f5a73a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import ma.glasnost.orika.MapperFacade;
import no.nav.dolly.bestilling.ClientFuture;
import no.nav.dolly.bestilling.ClientRegister;
import no.nav.dolly.bestilling.fullmakt.dto.FullmaktResponse;
Expand All @@ -23,7 +22,6 @@
@RequiredArgsConstructor
public class FullmaktClient implements ClientRegister {

private final MapperFacade mapperFacade;
private final ErrorStatusDecoder errorStatusDecoder;
private final TransactionHelperService transactionHelperService;
private final FullmaktConsumer fullmaktConsumer;
Expand Down

0 comments on commit 4f5a73a

Please sign in to comment.