We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a6854 commit 9c30215Copy full SHA for 9c30215
src/api/instagram.ts
@@ -601,7 +601,7 @@ export class Instagram<PostType> {
601
window["_sharedData"].entry_data.PostPage[0].graphql,
602
);
603
});
604
- } catch (error) {
+ } catch (error) /* istanbul ignore next */ {
605
await this.handlePostPageError(
606
postPage,
607
error,
@@ -618,7 +618,7 @@ export class Instagram<PostType> {
618
// Parse data to PostType
619
try {
620
parsed = JSON.parse(data) as PostType;
621
622
623
624
0 commit comments