Răsfoiți Sursa

fix lowercase

AjayTripathy 6 ani în urmă
părinte
comite
286ed3d7bd
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      costmodel/router.go

+ 1 - 1
costmodel/router.go

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