Skip to content

Commit

Permalink
Fix media reaction unhold mutation
Browse files Browse the repository at this point in the history
  • Loading branch information
NuckChorris committed Feb 2, 2025
1 parent a0024f5 commit 1a77745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/graphql/mutations/media_reaction/unhold.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def ready?(media_reaction_id:)
end

def resolve(**)
@reaction.update!(hidden_at: nil)
@reaction.update!(held_reason: nil)
@reaction
end
end

0 comments on commit 1a77745

Please sign in to comment.