Skip to content

Commit

Permalink
chore: verified tests pass on my local machine, re-committing to reru…
Browse files Browse the repository at this point in the history
…n the checks
  • Loading branch information
John Birdwell committed Nov 27, 2024
1 parent 9b54a22 commit b6a06eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions auth/src/main/java/com/homihq/db2rest/auth/AuthFilter.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
@RequiredArgsConstructor
@Slf4j
public class AuthFilter extends OncePerRequestFilter {

private final AbstractAuthProvider authProvider;
private final ObjectMapper objectMapper;
private final UrlPathHelper urlPathHelper = new UrlPathHelper();
Expand Down Expand Up @@ -90,5 +89,4 @@ private void addError(

objectMapper.writeValue(response.getWriter(), body);
}

}

0 comments on commit b6a06eb

Please sign in to comment.