class SidekiqUniqueJobs::Lock::BaseLock

def prepare_item

def prepare_item
  return if item.key?(LOCK_DIGEST)
  # The below should only be done to ease testing
  # in production this will be done by the middleware
  SidekiqUniqueJobs::Job.prepare(item)
end