Skip to content

Commit

Permalink
refactor: Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
RabeeAbuBaker committed Oct 23, 2023
1 parent 4c76cdf commit a891dc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from "@pokt-foundation/pocket-blocks"
import { DataTable } from "~/components/DataTable"
import Identicon from "~/components/Identicon"
import { PortalApp, RoleName, RoleName, User } from "~/models/portal/sdk"
import { PortalApp, RoleName, User } from "~/models/portal/sdk"
import TeamMemberAction from "~/routes/account.$accountId.$appId.team/components/TeamMemberAction"
import useTeamModals from "~/routes/account.$accountId.$appId.team/hooks/useTeamModals"

Expand Down
2 changes: 1 addition & 1 deletion app/routes/api.stripe.subscription/route.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ActionFunction, json } from "@remix-run/node"
import invariant from "tiny-invariant"
import { PayPlanType, PayPlanType } from "~/models/portal/sdk"
import { PayPlanType } from "~/models/portal/sdk"
import { getSubscription, stripe } from "~/models/stripe/stripe.server"
import { updatePlan } from "~/routes/api.admin.update-plan/route"
import { getErrorMessage } from "~/utils/catchError"
Expand Down

0 comments on commit a891dc2

Please sign in to comment.