Skip to content

Commit 43b175d

Browse files
authored
chore: remove deprecated flag for withPresets for now (#606)
1 parent 93b85c7 commit 43b175d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/runtime/src/enhancements/preset.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import { WithPolicyContext } from './policy';
77
*
88
* It's a shortcut for calling withOmit(withPassword(withPolicy(prisma, options))).
99
*
10-
* @deprecated This API is deprecated. Please call `enhance` instead.
11-
*
1210
* @param prisma The Prisma client to enhance.
1311
* @param context The context to for evaluating access policies.
1412
* @param options Options.

0 commit comments

Comments
 (0)