Skip to content

Commit

Permalink
fix: audit repo
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoneNuts committed Oct 9, 2023
1 parent 2685648 commit 1a2e0da
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import lombok.SneakyThrows;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
import org.springframework.stereotype.Component;

import javax.servlet.http.HttpServletRequest;
Expand All @@ -27,6 +28,7 @@

@Slf4j
@Component
@ConditionalOnProperty("ms.validator.audit.enabled")
public class AuditManager {

@Autowired
Expand Down

0 comments on commit 1a2e0da

Please sign in to comment.