Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
fix(cacheMethods): it is executeRaw even if you execute executeRawUnsafe
Browse files Browse the repository at this point in the history
The params.action would be executeRaw even if you execute executeRawUnsafe
  • Loading branch information
Hazmi35 authored and Asjas committed Dec 3, 2023
1 parent e6073f3 commit 983ac97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cacheMethods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ export const defaultMutationMethods: PrismaMutationAction[] = [
"upsert",
"delete",
"deleteMany",
"executeRawUnsafe",
"executeRaw",
];

0 comments on commit 983ac97

Please sign in to comment.