Skip to content

Commit

Permalink
patch: update db.ts (#6869)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur-arch authored Oct 18, 2024
1 parent d5806f0 commit 900b3c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions optimize/optimize-repeated-query/utils/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { withOptimize } from '@prisma/extension-optimize'

export const prisma = new PrismaClient().$extends(
withOptimize({
dashboardUrl: "https://optimize-dev-pr606.prisma.workers.dev",
ingestionUrl: "https://optimize-ingestion-dev-pr606.prisma.workers.dev",
apiKey: process.env.OPTIMIZE_API_KEY!,
apiKey: process.env.OPTIMIZE_API_KEY!
}),
)

0 comments on commit 900b3c1

Please sign in to comment.