1234567891011 |
- # Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
- class Sequencer::Unit::Import::Freshdesk::Contacts::Deleted < Sequencer::Unit::Import::Freshdesk::Contacts::Default
- def request_params
- super.merge(
- state: 'deleted',
- )
- end
- end
|