Compare commits

..

No commits in common. "9b27d288da36e9c9eb350ed5cf0434b256a6d8b7" and "de653ba54ca11e46d20bac163cd77f39b5fb7283" have entirely different histories.

2 changed files with 0 additions and 9 deletions

View File

@ -3407,7 +3407,6 @@ export type GetRunsForHighlightsQuery = {
runLength: number; runLength: number;
userId: number; userId: number;
videoId: number; videoId: number;
shots: Array<{ __typename?: "ShotGQL"; videoId: number; id: number }>;
}>; }>;
}; };
}; };
@ -5770,10 +5769,6 @@ export const GetRunsForHighlightsDocument = gql`
runLength runLength
userId userId
videoId videoId
shots {
videoId
id
}
} }
runIds runIds
} }

View File

@ -14,10 +14,6 @@ query GetRunsForHighlights(
runLength runLength
userId userId
videoId videoId
shots {
videoId
id
}
} }
runIds runIds
} }