···192192193193 ingredients, err := g.staplesProvider.FetchStaples(ctx, p.Location.ID)
194194 if err != nil {
195195- return nil, fmt.Errorf("failed to get ingredients for staples: %w", err)
195195+ return nil, fmt.Errorf("failed to get ingredients for staples for %s: %w", p.Location.ID, err)
196196 }
197197 // should this be pushed down into staple proivder? go off product id?
198198 ingredients = uniqueByDescription(ingredients)