We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34a6c92 + 88bc15f commit 08072d9Copy full SHA for 08072d9
lib/MetaCPAN/Mapper.pm
@@ -26,7 +26,7 @@ sub new ( $class, %args ) {
26
return bless {
27
es => Search::Elasticsearch->new(
28
client => '2_0::Direct',
29
- nodes => [$node],
+ nodes => [$config_node],
30
),
31
}, $class;
32
}
0 commit comments