Skip to content

Commit

Permalink
Fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
sojan-official committed Jan 8, 2020
1 parent 596dd2e commit bd67452
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/builders/messages/message_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ def conversation

def build_conversation
@contact_inbox ||= contact.contact_inboxes.find_by!(source_id: @sender_id)
Conversation.create!(conversation_params.merge({
contact_inbox_id: @contact_inbox.id
}))
Conversation.create!(conversation_params.merge(
contact_inbox_id: @contact_inbox.id
))
end

def attachment_params(attachment)
Expand Down

0 comments on commit bd67452

Please sign in to comment.