app/services/ncr/work_order_value_normalizer.rb

Summary

Maintainability
A
0 mins
Test Coverage

Use the return of the conditional for variable assignment and comparison.
Open

      if work_order.soc_code.present?
        work_order.soc_code = work_order.soc_code.upcase
      else
        work_order.soc_code = nil
      end

There are no issues that match your filters.

Category
Status