Skip to content

Commit 6787dc1

Browse files
committed
fix: update
1 parent a0fa62a commit 6787dc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/pkd/cron/cron.go

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ func updatePriceRegion(regionCircleCenters [16]CircleCenter, apikeys [3]string)
112112
err := gsclient.UpdateGsPrices(value.Latitude, value.Longitude, 25.0, apikeys[apikeyIndex])
113113
if err != nil {
114114
log.Printf("Region Canceled index: %v\n", index)
115+
break
115116
}
116117
requestCounter += 1
117118
if requestCounter%45 == 0 {

0 commit comments

Comments
 (0)