module SidekiqUniqueJobs::Job

def stringify_on_conflict_hash(item)

def stringify_on_conflict_hash(item)
  on_conflict = item[ON_CONFLICT]
  return unless on_conflict.is_a?(Hash)
  item[ON_CONFLICT] = on_conflict.deep_stringify_keys
end