Skip to content

Commit

Permalink
Read correct key from output
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed Jul 5, 2017
1 parent b2f653c commit 7eef0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Web/Controller/Recent.pm
Expand Up @@ -21,7 +21,7 @@ sub index : Path : Args(0) {
{
recent => $data->{releases},
took => $data->{took},
total => $data->{hits}->{total},
total => $data->{total},
template => 'recent.html',
page_size => $page_size,
}
Expand Down

0 comments on commit 7eef0a0

Please sign in to comment.