Skip to content

Commit

Permalink
Re-adds in one 'subject.agent'
Browse files Browse the repository at this point in the history
  • Loading branch information
straleyb committed Nov 9, 2016
1 parent d71ba31 commit 8bbbaa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def update_sipity_workflow_state

def create_sipity_comment
return true unless comment_text.present?
Sipity::Comment.create!(entity: subject.entity, agent: subject.user, comment: comment_text)
Sipity::Comment.create!(entity: subject.entity, agent: subject.agent, comment: comment_text)
end

def handle_sipity_notifications(comment:)
Expand Down

0 comments on commit 8bbbaa8

Please sign in to comment.