Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Roman Lacko
gitlab_api
Commits
4edc8590
Commit
4edc8590
authored
Jan 08, 2018
by
Roman Lacko
Browse files
fix "return undef" in Iterator
parent
2506ddaa
Changes
1
Show whitespace changes
Inline
Side-by-side
GitLab/API/Iterator.pm
View file @
4edc8590
...
...
@@ -96,7 +96,7 @@ sub response {
sub
all
{
my
(
$self
)
=
@_
;
return
undef
if
!
$self
->
{
good
};
return
if
!
$self
->
{
good
};
$self
->
idebug
("
retrieving all pages
");
while
(
!
$self
->
{
finished
}
&&
$self
->
next_block
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment