bluesky quote bot

Fixed passing the right quote to blueskyUtils

authored by

timconspicuous and committed by
GitHub
cd85fc6f 3abb3b22

+1 -1
+1 -1
main.ts
··· 67 67 const { image, aspectRatio } = await generateImage( 68 68 data[index].quote, 69 69 ); 70 - await createBskyPost(data[0], image, aspectRatio); 70 + await createBskyPost(data[index], image, aspectRatio); 71 71 console.log(`Cron: posted quote of index ${index} to Bluesky.`); 72 72 73 73 // Update last index in KV