diff --git a/bot.js b/bot.js index 2660daa..08ac21d 100644 --- a/bot.js +++ b/bot.js @@ -66,7 +66,7 @@ async function postFeed() { "images", `post-image-${currentCount}` ); - let isDownloaded = await download_image(metadata.image, path); + await download_image(metadata.image, path); let rstream = fs.createReadStream(path); rstream.on("open", async (fd) => {