Skip to content

Commit

Permalink
파일명 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
rudeh2926 committed Jan 5, 2024
1 parent d4354f2 commit 977e4bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package hs.kr.equus.feed.infrastructure.kafka.consumer
import com.fasterxml.jackson.databind.ObjectMapper
import hs.kr.equus.feed.domain.question.domain.repository.QuestionRepository
import hs.kr.equus.feed.infrastructure.kafka.configuration.KafkaTopics
import hs.kr.equus.feed.infrastructure.kafka.dto.resposne.DeletedUserInfoResponse
import hs.kr.equus.feed.infrastructure.kafka.dto.response.DeletedUserInfoResponse
import org.springframework.kafka.annotation.KafkaListener
import org.springframework.stereotype.Service
import org.springframework.transaction.annotation.Transactional
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package hs.kr.equus.feed.infrastructure.kafka.dto.resposne
package hs.kr.equus.feed.infrastructure.kafka.dto.response

import java.util.UUID

Expand Down

0 comments on commit 977e4bc

Please sign in to comment.