Skip to content

Commit

Permalink
Update StoryController, add postgres bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dansup committed Jan 6, 2022
1 parent 454b4e2 commit ddf41dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Http/Controllers/StoryController.php
Expand Up @@ -46,6 +46,8 @@ public function recent(Request $request)
$r = new \StdClass;
$r->id = $s->id;
$r->profile_id = $s->profile_id;
$r->type = $s->type;
$r->path = $s->path;
return $r;
})
->unique('profile_id');
Expand Down

0 comments on commit ddf41dc

Please sign in to comment.