Skip to content

Commit 017f039

Browse files
committed
include data from final response
1 parent 1e7297e commit 017f039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/instagram.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ export class Instagram<PostType> extends EventEmitter {
424424
_.get(data, this.pageQuery + ".end_cursor", false)
425425
)
426426
) {
427-
this.logger.info("No posts remaining");
427+
this.logger.info("No posts remaining", {data});
428428
this.finished = true;
429429
}
430430

0 commit comments

Comments
 (0)