Skip to content

Commit 0883308

Browse files
committed
update
1 parent 2e3347e commit 0883308

File tree

1 file changed

+1
-1
lines changed
  • packages/runtime/src/client/crud/operations

1 file changed

+1
-1
lines changed

packages/runtime/src/client/crud/operations/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export abstract class BaseOperationHandler<Schema extends SchemaDef> {
8383
protected readonly model: GetModels<Schema>,
8484
protected readonly inputValidator: InputValidator<Schema>,
8585
) {
86-
this.dialect = getCrudDialect(this.schema, this.client.$options, this);
86+
this.dialect = getCrudDialect(this.schema, this.client.$options);
8787
}
8888

8989
protected get schema() {

0 commit comments

Comments
 (0)