remove stream from getUploadLink

This commit is contained in:
2024-08-16 18:47:08 -07:00
parent 5350c46e0a
commit 72b451d322
2 changed files with 0 additions and 10 deletions

View File

@@ -34,9 +34,6 @@ mutation GetUploadLink($videoId: Int!, $segmentIndex: Int!) {
}
}
}
stream {
uploadCompletionCursor
}
}
}