Skip to content

Commit 110c9db

Browse files
committed
chore: 도메인 타입 검증 메서드 사용하도록 수정
1 parent f16d113 commit 110c9db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/commerce-streamer/src/main/java/com/loopers/application/metrics/ProductMetricsFacade.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public LocalDate today() {
3333

3434
@Transactional
3535
public void processLikeMetrics(ProductMetricsCommand command) {
36-
if (eventHandledService.isEventHandled(command.eventId())) {
36+
if (eventHandledService.isEventHandled(command.eventId(), DOMAIN_TYPE)) {
3737
return;
3838
}
3939

0 commit comments

Comments
 (0)