fix(plugin)bypass-perl-error-messy-commvault-api (#2894)
This commit is contained in:
parent
f0930a1bbf
commit
7fea97733b
|
@ -361,6 +361,7 @@ sub request_paging {
|
|||
header => ['Cache-Control: private']
|
||||
);
|
||||
|
||||
last if (!defined($results->{feedsList}));
|
||||
push @$alerts, @{$results->{feedsList}};
|
||||
last if ($results->{totalNoOfAlerts} < ($page_num * $page_count));
|
||||
$page_num++;
|
||||
|
|
Loading…
Reference in New Issue