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 c100690 commit 4ba61b9Copy full SHA for 4ba61b9
netlify-functions/getBlogs.js
@@ -8,7 +8,6 @@ exports.handler = async () => {
8
const data = response.data;
9
xml2js.parseString(data, (err, result) => {
10
const sendthis = result.rss.channel[0].item.slice(0, 3);
11
- console.log(sendthis,'swac')
12
return ( {
13
statusCode: 200,
14
headers: {
0 commit comments