Skip to content

Commit

Permalink
fix favorite/recent
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed Jun 14, 2017
1 parent 299f20c commit 6a1f925
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/MetaCPAN/Web/Model/API/Favorite.pm
Expand Up @@ -108,6 +108,7 @@ sub recent {
= $author_for_user_id{ $fav->{user} };
}
}
return $data;
}
);
}
Expand Down Expand Up @@ -147,9 +148,6 @@ sub find_plussers {
);
}
);

# find plussers by pause ids.

}

sub get_plusser_authors {
Expand Down

0 comments on commit 6a1f925

Please sign in to comment.