Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ViditChitkara committed Jun 1, 2019
1 parent a246f7b commit b3bb9af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/answer_like_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ def likes
AnswerSelection.set_likes(current_user.uid, @answer.id, false)
else
AnswerSelection.set_likes(current_user.uid, @answer.id, true)
User.find(current_user.uid)
end
@answer.reload
respond_to do |format|
Expand Down
Binary file not shown.

0 comments on commit b3bb9af

Please sign in to comment.