Skip to content

Commit

Permalink
#53 [style] : 주석 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbang105 committed Jun 9, 2024
1 parent 2db3c17 commit fabb3c0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public class CandleInfoServiceImpl implements CandleInfoService {
private final CandleRepository candleRepository;
private final RestTemplate restTemplate;

// 업비트 API를 통해 캔들 정보를 가져오는 메서드
@Override
public void getCandleInfo(String koreanName, LocalDateTime to, int count, String candleName) {
Market market = marketRepository.findByKoreanName(koreanName);
Expand Down

0 comments on commit fabb3c0

Please sign in to comment.