Jelajahi Sumber

readd comment

AjayTripathy 6 tahun lalu
induk
melakukan
7190abb923
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      costmodel/router.go

+ 1 - 0
costmodel/router.go

@@ -441,6 +441,7 @@ func (a *Accesses) AggregateCostModel(w http.ResponseWriter, r *http.Request, ps
 		return
 		return
 	}
 	}
 
 
+	// if custom pricing has changed, then clear the cache and recompute data
 	if a.CustomPricingHasChanged() {
 	if a.CustomPricingHasChanged() {
 		clearCache = true
 		clearCache = true
 	}
 	}