Skip to content

Commit

Permalink
♻️ :: 사용 안 하는 것들 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
jyk1029 committed Nov 25, 2023
1 parent aa676f0 commit 95c2fbc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package com.example.sharing.domain.feed.service

import com.example.sharing.domain.feed.domain.repository.FeedRepository
import com.example.sharing.domain.feed.presentation.dto.response.FeedElement
import com.example.sharing.domain.user.facade.UserFacade
import com.example.sharing.global.utils.openfeign.client.KakaoAddressFeign
import org.springframework.stereotype.Service
import org.springframework.transaction.annotation.Transactional
Expand All @@ -11,7 +10,6 @@ import org.springframework.transaction.annotation.Transactional
class SearchMapService(
private val kakaoAddressFeign: KakaoAddressFeign,
private val feedRepository: FeedRepository,
private val userFacade: UserFacade,
) {
@Transactional(readOnly = true)
fun execute(keyword: String): List<FeedElement> {
Expand Down

0 comments on commit 95c2fbc

Please sign in to comment.