missing curly bracket
This commit is contained in:
parent
fa5b3db9e6
commit
d6f1925a3d
|
@ -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) = @_;
|
||||
|
|
Loading…
Reference in New Issue