Skip to content

Commit e9b4832

Browse files
authored
#569 clean up
#569 clean up
1 parent 85b7c98 commit e9b4832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Requestable.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ class Requestable {
264264
.pop()
265265
);
266266
if (!(options && typeof options.page !== 'number')) {
267-
log('getting next page: ' + nextUrl);
268-
return _this2._requestAllPages(nextUrl, options, cb, results);
267+
log(`getting next page: ${nextUrl}`);
268+
return this._requestAllPages(nextUrl, options, cb, results);
269269
}
270270
}
271271

0 commit comments

Comments
 (0)