Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rayokamoto committed Feb 17, 2024
1 parent 34815d9 commit ca3a505
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/api/payment/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@
* verify that the user is signed in (see `src/middleware.ts`)
*/
import { PRODUCTS } from '@/data/products';
import { db } from '@/db';
import { memberTable } from '@/db/schema';
import { env } from '@/env.mjs';
import { redisClient } from '@/lib/redis';
import { squareClient } from '@/lib/square';
import { currentUser } from '@clerk/nextjs';
import { eq } from 'drizzle-orm';
import type { NextRequest } from 'next/server';
import type { CreatePaymentLinkRequest } from 'square';
import { ApiError } from 'square';
Expand Down

0 comments on commit ca3a505

Please sign in to comment.