Skip to content

Commit

Permalink
Fix 500 error
Browse files Browse the repository at this point in the history
  • Loading branch information
OrdinaryJellyfish committed Nov 22, 2023
1 parent b2374e8 commit ab30062
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ protected function data(ServerRequestInterface $request, Document $document): it
->take($limit + 1);

$flags = Flag::whereVisibleTo($actor)
->select('flags.*')
->joinSub($primaries, 'p', 'flags.id', '=', 'p.id')
->latest()
->get();
Expand Down

0 comments on commit ab30062

Please sign in to comment.