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 ba88f58 commit b26b81cCopy full SHA for b26b81c
handler.js
@@ -25,6 +25,8 @@ module.exports.processor = async ({
25
url,
26
};
27
28
+ console.log(data);
29
+
30
Object.keys(data)
31
.forEach(key => {
32
try {
0 commit comments