Skip to content

Commit

Permalink
🚑 Hotfix : add missing component (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
seonghun-dev authored Jun 14, 2023
1 parent c6b427e commit b6c77d0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
import lombok.RequiredArgsConstructor;
import org.springframework.context.event.EventListener;
import org.springframework.scheduling.annotation.Async;
import org.springframework.stereotype.Component;

import static com.depromeet.common.error.dto.ErrorCode.INTERNAL_SERVER_ERROR;

@Component
@RequiredArgsConstructor
public class ErrorEventHandler {

Expand Down

0 comments on commit b6c77d0

Please sign in to comment.