Compare commits

..

No commits in common. "b0da48c4fb739c600b2e5bbeaf5a8fc18d6cc1b9" and "5c5014339f11ce7f8172d62491a92ace4976edbe" have entirely different histories.

2 changed files with 0 additions and 3 deletions

View File

@ -3114,7 +3114,6 @@ export type GetLoggedInUserQuery = {
username: string;
isAdmin?: boolean | null;
profileImageUri?: string | null;
fargoRating?: number | null;
activeVideoId?: number | null;
createdAt?: any | null;
updatedAt?: any | null;
@ -4931,7 +4930,6 @@ export const GetLoggedInUserDocument = gql`
username
isAdmin
profileImageUri
fargoRating
activeVideoId
createdAt
updatedAt

View File

@ -37,7 +37,6 @@ query getLoggedInUser {
username
isAdmin
profileImageUri
fargoRating
activeVideoId
createdAt
updatedAt