Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed Nov 7, 2024
1 parent 4d7b9a4 commit 6b9cb8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/MetaCPAN/Contributor.pm
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@ sub get_contributors ( $author_name, $release_name ) {
my $check_author = $es->search(
type => 'author',
body => {
query => { term => { email => [ sort keys %want_email ] } },
query => { term => { email => [ sort keys %want_email ] } },
_source => [ 'email', 'pauseid' ],
size => 10,
size => 10,
}
);

Expand Down

0 comments on commit 6b9cb8e

Please sign in to comment.