missing curly bracket

This commit is contained in:
Colin Gagnaire 2019-06-06 11:22:20 +02:00
parent fa5b3db9e6
commit d6f1925a3d
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ sub load {
my ($self) = @_;
$self->{json_results}->{controllers} = $self->{custom}->request_api(method => 'GET', url_path => '/api/show/controllers');
}
sub check {
my ($self) = @_;