Skip to content
Snippets Groups Projects
Commit f0937e0e authored by Alistair Rust's avatar Alistair Rust
Browse files

List ref fix.

parent 5af3a3c5
No related branches found
No related tags found
No related merge requests found
......@@ -212,7 +212,7 @@ sub fetch_all_by_RawContig_constraint {
$constraint = "contig_id = $cid";
}
return @$self->generic_fetch($constraint, $logic_name);
return $self->generic_fetch($constraint, $logic_name);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment