Compare commits

..

No commits in common. "9befbe3833731966820ff7ddc186eab4952846e2" and "54fd7416705334eda77d809d162ad79c1608f7f5" have entirely different histories.

2 changed files with 0 additions and 6 deletions

View File

@ -3786,7 +3786,6 @@ export type GetVideoUpdatePageDetailsQuery = {
makePercentage: number;
elapsedTime?: number | null;
tableSize: number;
private: boolean;
tags: Array<{
__typename?: "VideoTag";
name: string;
@ -3826,7 +3825,6 @@ export type GetVideoDetailsQuery = {
createdAt?: any | null;
updatedAt?: any | null;
tableSize: number;
private: boolean;
owner?: {
__typename?: "UserGQL";
id: number;
@ -6752,7 +6750,6 @@ export const GetVideoUpdatePageDetailsDocument = gql`
makePercentage
elapsedTime
tableSize
private
tags {
tagClasses {
name
@ -6893,7 +6890,6 @@ export const GetVideoDetailsDocument = gql`
createdAt
updatedAt
tableSize
private
owner {
id
firebaseUid

View File

@ -36,7 +36,6 @@ query GetVideoUpdatePageDetails($videoId: Int!) {
makePercentage
elapsedTime
tableSize
private
tags {
tagClasses {
name
@ -66,7 +65,6 @@ query GetVideoDetails($videoId: Int!) {
createdAt
updatedAt
tableSize
private
owner {
id
firebaseUid