Skip to content
Snippets Groups Projects
Commit 4be4d086 authored by Andy Yates's avatar Andy Yates
Browse files

[ENSCORESW-735]. Bad syntax. Missed the > in hash interaction

parent a36e8591
No related branches found
No related tags found
No related merge requests found
...@@ -181,7 +181,7 @@ sub summary_as_hash { ...@@ -181,7 +181,7 @@ sub summary_as_hash {
$hash->{score} = $self->score() if $self->score(); $hash->{score} = $self->score() if $self->score();
$hash->{'external_name'} = $self->display_label() if $self->display_label(); $hash->{'external_name'} = $self->display_label() if $self->display_label();
$hash->{'logic_name'} = $self->analysis->logic_name(); $hash->{'logic_name'} = $self->analysis->logic_name();
delete $hash-{ID}; delete $hash->{ID};
return $hash; return $hash;
} }
......
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