diff --git a/lib/MetaCPAN/Web/Model/API/Favorite.pm b/lib/MetaCPAN/Web/Model/API/Favorite.pm index 5b493fb5ef..135d94c2d9 100644 --- a/lib/MetaCPAN/Web/Model/API/Favorite.pm +++ b/lib/MetaCPAN/Web/Model/API/Favorite.pm @@ -108,6 +108,7 @@ sub recent { = $author_for_user_id{ $fav->{user} }; } } + return $data; } ); } @@ -147,9 +148,6 @@ sub find_plussers { ); } ); - - # find plussers by pause ids. - } sub get_plusser_authors {