Skip to content

Commit

Permalink
feat : 사용하지 않는 기능 주석처리
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhoon227 committed Feb 14, 2024
1 parent ec8d4ca commit c4078fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions KCS/KCS/Domain/Interface/Repository/StoreRepository.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ protocol StoreRepository {
tag: UInt
) throws -> Store

func fetchSearchStores(
location: Location,
keyword: String
) -> Observable<[Store]>
// func fetchSearchStores(
// location: Location,
// keyword: String
// ) -> Observable<[Store]>

}

0 comments on commit c4078fa

Please sign in to comment.