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 92cb3da commit fb5b0c6Copy full SHA for fb5b0c6
src/api/instagram.ts
@@ -742,8 +742,8 @@ export class Instagram<PostType> {
742
await this.page.goto(this.url);
743
744
// Run defaultPagePlugins
745
- /* istanbul ignore next */
746
for (const f of this.defaultPageFunctions) {
+ /* istanbul ignore next */
747
await this.page.evaluate(f);
748
}
749
0 commit comments