From b27a326ce9f298934046279c8a0f1f3eb2b89735 Mon Sep 17 00:00:00 2001 From: DanB Date: Mon, 27 Nov 2017 17:25:53 +0100 Subject: [PATCH] suppliersForEvent -> sortedSuppliersForEvent --- engine/suppliers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/suppliers.go b/engine/suppliers.go index 54f321c83..95b157722 100644 --- a/engine/suppliers.go +++ b/engine/suppliers.go @@ -222,7 +222,7 @@ func (lcrS *SupplierService) resourceUsage(resIDs []string) (tUsage float64, err // supliersForEvent will return the list of valid supplier IDs // for event based on filters and sorting algorithms -func (spS *SupplierService) supliersForEvent(ev *SupplierEvent) (sortedSuppls *SortedSuppliers, err error) { +func (spS *SupplierService) sortedSuppliersForEvent(ev *SupplierEvent) (sortedSuppls *SortedSuppliers, err error) { var suppPrfls SupplierProfiles if suppPrfls, err = spS.matchingSupplierProfilesForEvent(ev); err != nil { return