Skip to content

Commit d2fc0ea

Browse files
authored
Merge pull request #47 from M7-TAVE/chore/29-cicd-test3
test: CI/CD 파이프라인 작동 테스트
2 parents 9c88386 + 07c36db commit d2fc0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/example/travelbag/domain/location/service/LocationService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public CurrencyInfoDTO getExchangeRate(Long location_id) {
5555
do {
5656
try {
5757
if (request_count > 30) {
58-
exchange_rate = 1000.00;
58+
exchange_rate = 1200.00;
5959
break;
6060
}
6161
request_count++;

0 commit comments

Comments
 (0)