Compare commits
No commits in common. "9b27d288da36e9c9eb350ed5cf0434b256a6d8b7" and "de653ba54ca11e46d20bac163cd77f39b5fb7283" have entirely different histories.
9b27d288da
...
de653ba54c
@ -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
|
||||
}
|
||||
|
@ -14,10 +14,6 @@ query GetRunsForHighlights(
|
||||
runLength
|
||||
userId
|
||||
videoId
|
||||
shots {
|
||||
videoId
|
||||
id
|
||||
}
|
||||
}
|
||||
runIds
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user