Browse Source

readd comment

AjayTripathy 6 năm trước cách đây
mục cha
commit
7190abb923
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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
 	}
 	}