Skip to content

Commit

Permalink
Merge 93ad014 into 61f3a34
Browse files Browse the repository at this point in the history
  • Loading branch information
jkraemer committed Mar 12, 2018
2 parents 61f3a34 + 93ad014 commit 2bcf591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/code_review_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,6 @@ def create_relation(review, issue, type)
relation.relation_type = type
relation.issue_from_id = review.issue.id
relation.issue_to_id = issue.id
relation.save!
relation.save
end
end

0 comments on commit 2bcf591

Please sign in to comment.