Compare commits

..

No commits in common. "ff0a11ea0dce85ac054912ef8a4db146755ef649" and "f1ae2b62d6be9e42407563b22cf72f02e5a9f338" have entirely different histories.

2 changed files with 0 additions and 5 deletions

View File

@ -3045,7 +3045,6 @@ export type GetFeedQuery = {
stream?: { stream?: {
__typename?: "UploadStreamGQL"; __typename?: "UploadStreamGQL";
id: string; id: string;
lastIntendedSegmentBound?: number | null;
isCompleted: boolean; isCompleted: boolean;
} | null; } | null;
tags: Array<{ tags: Array<{
@ -3099,7 +3098,6 @@ export type VideoCardFieldsFragment = {
stream?: { stream?: {
__typename?: "UploadStreamGQL"; __typename?: "UploadStreamGQL";
id: string; id: string;
lastIntendedSegmentBound?: number | null;
isCompleted: boolean; isCompleted: boolean;
} | null; } | null;
tags: Array<{ tags: Array<{
@ -3156,7 +3154,6 @@ export type GetVideoFeedQuery = {
stream?: { stream?: {
__typename?: "UploadStreamGQL"; __typename?: "UploadStreamGQL";
id: string; id: string;
lastIntendedSegmentBound?: number | null;
isCompleted: boolean; isCompleted: boolean;
} | null; } | null;
tags: Array<{ tags: Array<{
@ -4737,7 +4734,6 @@ export const VideoCardFieldsFragmentDoc = gql`
screenshotUri screenshotUri
stream { stream {
id id
lastIntendedSegmentBound
isCompleted isCompleted
} }
tableSize tableSize

View File

@ -36,7 +36,6 @@ fragment VideoCardFields on VideoGQL {
screenshotUri screenshotUri
stream { stream {
id id
lastIntendedSegmentBound
isCompleted isCompleted
} }
tableSize tableSize