Skip to content

Commit

Permalink
Fix: conflict 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
nohy6630 committed Nov 11, 2023
1 parent 1e2e2a3 commit 14add03
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
@Component
@RequiredArgsConstructor
@Slf4j
@Transactional(readOnly = true)
public class DisasterDataCollector {
private final RestTemplate restTemplate;
private final DisasterProperties disasterProperties;
Expand All @@ -60,10 +59,6 @@ public void init() {
}

@Scheduled(fixedDelay = 60 * 1000)
<<<<<<< HEAD
=======
@Transactional
>>>>>>> feat/sponsor
public void collectData() {
//log.info("collectData()");
URI uri = UriComponentsBuilder
Expand Down

0 comments on commit 14add03

Please sign in to comment.