Skip to content

Commit

Permalink
feat: replace deprecated findOne with findUnique (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbhob authored Jan 6, 2021
1 parent 31f7874 commit bade4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dmmf/DmmfTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export declare namespace InternalDMMF {
//aggregate?: string | null;
}
enum ModelAction {
findOne = 'findOne',
findOne = 'findUnique',
findMany = 'findMany',
create = 'create',
update = 'update',
Expand Down

0 comments on commit bade4b7

Please sign in to comment.