Skip to content

Commit

Permalink
refactor: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Jan 11, 2024
1 parent 63c39e2 commit 9ad430e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 56 deletions.
1 change: 0 additions & 1 deletion libs/client/shared/src/hooks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export * from './useLocalStorage'
export * from './useLogger'
export * from './useQueryParam'
export * from './useScreenSize'
export * from './useAccountNotifications'
export * from './usePlaid'
export * from './useProviderStatus'
export * from './useModalManager'
33 changes: 0 additions & 33 deletions libs/client/shared/src/hooks/useAccountNotifications.ts

This file was deleted.

22 changes: 0 additions & 22 deletions libs/shared/src/types/user-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import type {
Security,
User as PrismaUser,
} from '@prisma/client'
import type { Institution } from 'plaid'
import type { TimeSeries, TimeSeriesResponseWithDetail, Trend } from './general-types'
import type { DateTime } from 'luxon'

Expand Down Expand Up @@ -201,11 +200,6 @@ export interface PasswordReset {
newPassword: string
}

export type LinkAccountStatus = {
autoPromptEnabled: boolean
suggestedUsers: Auth0User[]
}

export interface LinkAccounts {
secondaryJWT: string
secondaryProvider: string
Expand Down Expand Up @@ -237,18 +231,6 @@ export type UserMemberCardDetails = {
imageUrl: string
}

export type RiskQuestionChoice = {
key: string
text: string
riskScore: number
}

export type RiskQuestion = {
key: string
text: string
choices: RiskQuestionChoice[]
}

export type RiskAnswer = {
questionKey: string
choiceKey: string
Expand Down Expand Up @@ -295,10 +277,6 @@ export interface LinkConfig {
token: string
}

export type PublicTokenExchange = LinkConfig & {
institution: Institution
}

/**
* ================================================================
* ====== ConvertKitApi ======
Expand Down

0 comments on commit 9ad430e

Please sign in to comment.