Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Dec 15, 2023
1 parent 2d36021 commit a210bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PostAttributes.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ protected function getActorReactionForPost(User $actor, Post $post, ServerReques
if ($session === null) {
return null;
}

return PostAnonymousReaction::where('post_id', $post->id)
->where('guest_id', $request->getAttribute('session')->getId())
->value('reaction_id');
Expand Down

0 comments on commit a210bd1

Please sign in to comment.