diff --git a/lib/concierge/suppliers/saw/commands/price_fetcher.rb b/lib/concierge/suppliers/saw/commands/price_fetcher.rb index ea343f330..e871cfefa 100644 --- a/lib/concierge/suppliers/saw/commands/price_fetcher.rb +++ b/lib/concierge/suppliers/saw/commands/price_fetcher.rb @@ -46,8 +46,6 @@ def call(params) if valid_result?(result_hash) quotation = build_quotation(params, result_hash) - return Result.error(:empty_unit_rates) unless quotation - Result.new(quotation) else error_result(result_hash)