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

View File

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