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 e37e283 commit 1c5e395Copy full SHA for 1c5e395
apps/web/actions/videos/download.ts
@@ -39,7 +39,7 @@ export async function downloadVideo(videoId: Video.VideoId) {
39
const [bucket] = yield* S3Buckets.getBucketAccess(
40
Option.fromNullable(video.bucket),
41
);
42
- yield* bucket.getSignedObjectUrl(videoKey);
+ return yield* bucket.getSignedObjectUrl(videoKey);
43
}).pipe(runPromise);
44
45
return {
0 commit comments