Explorar o código

fix lowercase

AjayTripathy %!s(int64=6) %!d(string=hai) anos
pai
achega
286ed3d7bd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 	}