mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 16:14:21 +02:00
some fix on gcp
This commit is contained in:
parent
aea4161b60
commit
e1bf005f03
@ -380,8 +380,8 @@ sub request_api_paginate {
|
||||
my ($self, %options) = @_;
|
||||
|
||||
my $items = [];
|
||||
my $get_param;
|
||||
$get_param = $options{get_param} if (defined$options{get_param});
|
||||
my $get_param = [];
|
||||
$get_param = $options{get_param} if (defined($options{get_param}));
|
||||
while (1) {
|
||||
my $response = $self->request_api(
|
||||
method => 'GET',
|
||||
|
Loading…
x
Reference in New Issue
Block a user