Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
s/file\.date/date/
  • Loading branch information
oalders committed Apr 28, 2016
1 parent 264dcf0 commit 541fb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Document/File/Set.pm
Expand Up @@ -336,7 +336,7 @@ sub history {
}
}
);
return $search->sort( [ { 'file.date' => 'desc' } ] );
return $search->sort( [ { date => 'desc' } ] );
}

sub autocomplete {
Expand Down

0 comments on commit 541fb7f

Please sign in to comment.