Skip to content

Commit

Permalink
fix: clear token from limitations page
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur-arch committed Sep 10, 2024
1 parent 24a4f9f commit 0eac195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/700-optimize/700-known-limitations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ When using the [Optimize client extension](https://www.npmjs.com/package/@prisma
const prisma = new PrismaClient()
.$extends(
withOptimize({
token: process.env.OPTIMIZE_API_KEY,
apiKey: process.env.OPTIMIZE_API_KEY,
}),
)
.$extends(withAccelerate());
Expand All @@ -50,4 +50,4 @@ Raw queries are visible in MongoDB, though the parameters passed to them are not

## Driver adapter compatibility

Prisma Optimize is not yet compatible with [driver adapters](/orm/overview/databases/database-drivers#driver-adapters). However, as a workaround, you can run your queries locally using the regular Prisma Client along with Prisma Optimize to inspect and improve query performance.
Prisma Optimize is not yet compatible with [driver adapters](/orm/overview/databases/database-drivers#driver-adapters). However, as a workaround, you can run your queries locally using the regular Prisma Client along with Prisma Optimize to inspect and improve query performance.

0 comments on commit 0eac195

Please sign in to comment.