Skip to content

Commit

Permalink
Fixes #2702 - Use assignee_id to set the ticket owner.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denny Bresch authored and thorsteneckel committed Sep 3, 2019
1 parent 781ffa3 commit 1c730e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sequencer/unit/import/zendesk/ticket/owner_id.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class OwnerID < Sequencer::Unit::Common::Provider::Named
private

def owner_id
user_map.fetch(resource.assignee, 1)
user_map.fetch(resource.assignee_id, 1)
end
end
end
Expand Down

0 comments on commit 1c730e9

Please sign in to comment.