Skip to content

Commit

Permalink
bugfix show submission not being added to contentful on submission
Browse files Browse the repository at this point in the history
  • Loading branch information
antiantivirus committed Jan 17, 2025
1 parent 020a287 commit cfc92d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/show-submission-v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ export default async function handler(
}
// wrap social image in another try block so it doesnt blcok the main submission
try {
values.showArtwork = await showArtwork(values);
values.artwork = await showArtwork(values);
} catch (err) {
sendSlackMessage(
"Error generating social image for " + values.name,
Expand Down

0 comments on commit cfc92d5

Please sign in to comment.