Compare commits

..

No commits in common. "7a9d2545c45db9e7149433512dd80ec7fd674bb9" and "c399edd882c8009d9567cee7dfcc4b7813d34eaa" have entirely different histories.

2 changed files with 0 additions and 10 deletions

View File

@ -3047,8 +3047,6 @@ export type GetFeedQuery = {
totalShotsMade: number; totalShotsMade: number;
totalShots: number; totalShots: number;
makePercentage: number; makePercentage: number;
averageTimeBetweenShots?: number | null;
averageDifficulty?: number | null;
createdAt?: any | null; createdAt?: any | null;
updatedAt?: any | null; updatedAt?: any | null;
startTime?: any | null; startTime?: any | null;
@ -3103,8 +3101,6 @@ export type VideoCardFieldsFragment = {
totalShotsMade: number; totalShotsMade: number;
totalShots: number; totalShots: number;
makePercentage: number; makePercentage: number;
averageTimeBetweenShots?: number | null;
averageDifficulty?: number | null;
createdAt?: any | null; createdAt?: any | null;
updatedAt?: any | null; updatedAt?: any | null;
startTime?: any | null; startTime?: any | null;
@ -3162,8 +3158,6 @@ export type GetVideoFeedQuery = {
totalShotsMade: number; totalShotsMade: number;
totalShots: number; totalShots: number;
makePercentage: number; makePercentage: number;
averageTimeBetweenShots?: number | null;
averageDifficulty?: number | null;
createdAt?: any | null; createdAt?: any | null;
updatedAt?: any | null; updatedAt?: any | null;
startTime?: any | null; startTime?: any | null;
@ -4832,8 +4826,6 @@ export const VideoCardFieldsFragmentDoc = gql`
totalShotsMade totalShotsMade
totalShots totalShots
makePercentage makePercentage
averageTimeBetweenShots
averageDifficulty
createdAt createdAt
updatedAt updatedAt
startTime startTime

View File

@ -27,8 +27,6 @@ fragment VideoCardFields on VideoGQL {
totalShotsMade totalShotsMade
totalShots totalShots
makePercentage makePercentage
averageTimeBetweenShots
averageDifficulty
createdAt createdAt
updatedAt updatedAt
startTime startTime