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 911f364 commit e313497Copy full SHA for e313497
functions/common/methods.ts
@@ -1322,7 +1322,7 @@ export const sendBikeTagPostNotificationToBlueSky = async (
1322
const link = `${host}/${winningTagnumber}`
1323
const gameLinkFacet = getStartAndEndBytesOfStringWithinString(heading, game.name)
1324
const imageSource = game.awsRegion ? 'aws' : 'imgur'
1325
- const imageUrl = getImageSized(imageSource, winningTag.mysteryImageUrl, 'l')
+ const imageUrl = getImageSized(imageSource, winningTag.mysteryImageUrl, 'm')
1326
1327
try {
1328
if (process.env.BSKY_USER && process.env.BSKY_PASS) {
0 commit comments