Skip to content

Commit

Permalink
Merge branch 'feat/test' into dev-check
Browse files Browse the repository at this point in the history
  • Loading branch information
versatile0010 committed Mar 28, 2024
2 parents d332c72 + 1100bad commit 1f43c89
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public class DisasterDataCollector {

@Scheduled(fixedDelay = 60 * 1000)
public void collectData() {
log.info("[ Disaster data Collector is running! ] ");
URI uri = UriComponentsBuilder
.fromUriString(disasterProperties.getApiUrl())
.queryParam("ServiceKey", disasterProperties.getSecretKey())
Expand Down

0 comments on commit 1f43c89

Please sign in to comment.