Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Only change container on transcoding
  • Loading branch information
regalijan committed Mar 27, 2024
1 parent 8d6e631 commit 7e4e089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/api/reports/complete.ts
Expand Up @@ -56,7 +56,7 @@ export async function onRequestPost(context: RequestContext) {
url: `https://${context.request.headers.get("host")}/api/coconut`,
},
outputs: {
mp4: {
"mp4:copy:copy": {
path: `/${attachment}.mp4`,
},
},
Expand Down

0 comments on commit 7e4e089

Please sign in to comment.