We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f4467 commit 9a2778dCopy full SHA for 9a2778d
components/customjs/customjs.app.mjs
@@ -60,7 +60,7 @@ export default {
60
...opts,
61
});
62
},
63
- runPuppeteer(opts = {}) { console.log(opts.data);
+ runPuppeteer(opts = {}) {
64
return this._makeRequest({
65
headers: {
66
"customjs-origin": "pipedream/puppeteer",
0 commit comments