Skip to content

Commit 575fbcf

Browse files
committed
remove public access token object form task.trigger for initial upload
1 parent 07fbb0c commit 575fbcf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/videos/actions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ export async function uploadComplete(key: string, title: string, mimeType: strin
283283
{
284284
tags: [userId, `initial-upload-${videoId}`, `video_${videoData.id}`],
285285
},
286-
{ publicAccessToken: { expirationTime: "1hr" } },
287286
),
288287
];
289288

0 commit comments

Comments
 (0)