Skip to content

Commit

Permalink
Reformat body?
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Moses authored and Kevin Moses committed May 29, 2023
1 parent 1e253d4 commit 558d4fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/jobs/postCrashes.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ const postCrashes = async () => {
formatCrash(crash),
mediaId
? {
media_ids: mediaId,
media: {
media_ids: mediaId,
},
}
: undefined
);
Expand Down

0 comments on commit 558d4fb

Please sign in to comment.