Skip to content

Commit e313497

Browse files
committed
Now sending the medium sized images to bluesky. :(
1 parent 911f364 commit e313497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/common/methods.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1322,7 +1322,7 @@ export const sendBikeTagPostNotificationToBlueSky = async (
13221322
const link = `${host}/${winningTagnumber}`
13231323
const gameLinkFacet = getStartAndEndBytesOfStringWithinString(heading, game.name)
13241324
const imageSource = game.awsRegion ? 'aws' : 'imgur'
1325-
const imageUrl = getImageSized(imageSource, winningTag.mysteryImageUrl, 'l')
1325+
const imageUrl = getImageSized(imageSource, winningTag.mysteryImageUrl, 'm')
13261326

13271327
try {
13281328
if (process.env.BSKY_USER && process.env.BSKY_PASS) {

0 commit comments

Comments
 (0)