Compare commits

..

No commits in common. "d0cf0719349c77824c1d6256ad6727b5e7a6516d" and "607504261cd2ba0a5fa943c21d62ae539158389c" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View File

@ -2810,11 +2810,7 @@ export type GetVideoFeedQuery = {
endTime?: any | null;
elapsedTime?: number | null;
tableSize: number;
owner?: {
__typename?: "UserGQL";
username: string;
profileImageUri?: string | null;
} | null;
owner?: { __typename?: "UserGQL"; username: string } | null;
stream?: {
__typename?: "UploadStreamGQL";
id: string;
@ -4344,7 +4340,6 @@ export const GetVideoFeedDocument = gql`
id
owner {
username
profileImageUri
}
name
screenshotUri

View File

@ -49,7 +49,6 @@ query GetVideoFeed(
id
owner {
username
profileImageUri
}
name
screenshotUri