Skip to content

Commit

Permalink
Paired item support
Browse files Browse the repository at this point in the history
  • Loading branch information
drudge committed Jul 9, 2022
1 parent 59afdfb commit 09b66c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nodes/Puppeteer/Puppeteer.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,10 @@ export class Puppeteer implements INodeType {
json: {
headers,
statusCode,
}
},
pairedItem: {
item: itemIndex,
},
};
}
}
Expand Down

0 comments on commit 09b66c3

Please sign in to comment.