Skip to content

Commit 7981c5a

Browse files
authored
Update TourSpotService.java
1 parent 48764a1 commit 7981c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/opendata/domain/tourspot/service/TourSpotService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public PageResponse<List<TourSpotMetaResponse>> combineTourSpotMeta(Pageable pag
115115
}
116116

117117

118-
// @Scheduled(cron = "0 0/10 * * * *", zone = "Asia/Seoul")
118+
@Scheduled(cron = "0 0/10 * * * *", zone = "Asia/Seoul")
119119
@Transactional
120120
public void fetchAllAreaAndSave() {
121121
List<String> areaNames = new AreaApi.AreaParam().getAreaInfos();

0 commit comments

Comments
 (0)