Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tidy.
  • Loading branch information
oalders committed Mar 20, 2017
1 parent 800c839 commit e540d82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/MetaCPAN/Web/Controller/Account/Favorite.pm
Expand Up @@ -83,8 +83,7 @@ sub _add_fav_list_to_stash {

my $user = $c->user;

my $faves_cv
= $c->model('API::Favorite')->by_user( $user->id, $size );
my $faves_cv = $c->model('API::Favorite')->by_user( $user->id, $size );
my $faves_data = $faves_cv->recv;
my $faves = [
sort { $b->{date} cmp $a->{date} }
Expand Down

0 comments on commit e540d82

Please sign in to comment.