Showing 214 of 214 total issues
Avoid too many return
statements within this function. Open
return [2, { statusCode: 500, message: e_1.message }]
Similar blocks of code found in 8 locations. Consider refactoring. Open
export type MediaUpdateDataInput = { readonly url?: Maybe<Scalars['String']> readonly type?: Maybe<Media_Type>}
- Read upRead up
Similar blocks of code found in 8 locations. Consider refactoring. Open
export type UserUpdateInput = { readonly providerId?: Maybe<Scalars['String']> readonly associatedWith?: Maybe<AccountUpdateOneRequiredInput>}
- Read upRead up
Avoid too many return
statements within this function. Open
if (!account) return [3, 9]
Avoid too many return
statements within this function. Open
return [3, 12]
Avoid too many return
statements within this function. Open
return [ 4, prisma_client_1.prisma.account({ id: data.sphereVerification.node.code.associatedWith.id, }),
Similar blocks of code found in 8 locations. Consider refactoring. Open
export type MediaUpdateManyDataInput = { readonly url?: Maybe<Scalars['String']> readonly type?: Maybe<Media_Type>}
- Read upRead up
Avoid too many return
statements within this function. Open
return [ 4, metascraper({ html: html, url: data.sphereVerification.node.url,
Similar blocks of code found in 8 locations. Consider refactoring. Open
export type MediaUpdateManyMutationInput = { readonly url?: Maybe<Scalars['String']> readonly type?: Maybe<Media_Type>}
- Read upRead up
Avoid too many return
statements within this function. Open
return [2, { statusCode: 200 }]
Similar blocks of code found in 8 locations. Consider refactoring. Open
export type ExchangeTokenResponse = { readonly token?: Maybe<Scalars['String']> readonly error?: Maybe<ExchangeTokenError>}
- Read upRead up
Similar blocks of code found in 8 locations. Consider refactoring. Open
export type SphereVerificationCodeUpdateManyMutationInput = { readonly value?: Maybe<Scalars['String']> readonly status?: Maybe<SphereVerificationCodeStatus>}
- Read upRead up
Similar blocks of code found in 8 locations. Consider refactoring. Open
export type MediaUpdateInput = { readonly url?: Maybe<Scalars['String']> readonly type?: Maybe<Media_Type>}
- Read upRead up
Similar blocks of code found in 8 locations. Consider refactoring. Open
export type SphereVerificationUpdateManyMutationInput = { readonly url?: Maybe<Scalars['String']> readonly status?: Maybe<SphereVerificationStatus>}
- Read upRead up