We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3347e commit 0883308Copy full SHA for 0883308
packages/runtime/src/client/crud/operations/base.ts
@@ -83,7 +83,7 @@ export abstract class BaseOperationHandler<Schema extends SchemaDef> {
83
protected readonly model: GetModels<Schema>,
84
protected readonly inputValidator: InputValidator<Schema>,
85
) {
86
- this.dialect = getCrudDialect(this.schema, this.client.$options, this);
+ this.dialect = getCrudDialect(this.schema, this.client.$options);
87
}
88
89
protected get schema() {
0 commit comments