Skip to content
Snippets Groups Projects
Commit c15d449e authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Fix typo.

parent 88502ed1
No related branches found
No related tags found
No related merge requests found
......@@ -938,7 +938,7 @@ sub _list_seq_region_ids {
my $sth = $self->prepare($sql);
$sth->bin_param( 1, $self->species_id(), SQL_INTEGER );
$sth->bind_param( 1, $self->species_id(), SQL_INTEGER );
$sth->execute();
......
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