]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/LeiQuery.pm
lei: hexdigest mocks account for unwanted headers
[public-inbox.git] / lib / PublicInbox / LeiQuery.pm
index 37b660f9ce1ca46a31e5c9ed4a7230be16398f35..962ad49ec9e0bb748c508f7edfedd6db4d828464 100644 (file)
@@ -73,7 +73,7 @@ sub lxs_prepare {
        my @only = @{$opt->{only} // []};
        # --local is enabled by default unless --only is used
        # we'll allow "--only $LOCATION --local"
-       my $sto = $self->_lei_store(1); # FIXME: should not create
+       my $sto = $self->_lei_store(1);
        $self->{lse} = $sto->search;
        if ($opt->{'local'} //= scalar(@only) ? 0 : 1) {
                $lxs->prepare_external($self->{lse});