add uploadsCompleted to getUploadStreamWithDetails query #31
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "loewy/add-uploads-completed"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
a94fdd820d
to5e0d01ea5b
@ -2085,6 +2085,7 @@ export type GetUploadStreamsWithDetailsQuery = {
isCompleted: boolean;
lastIntendedSegmentBound?: number | null;
uploadCompletionCursor: number;
uploadsCompleted: number;
this is ass