Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit 903fcbc

Browse files
committed
fix build
1 parent 41649b3 commit 903fcbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/plugins/policy/src/policy-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ export class PolicyHandler<Schema extends SchemaDef> extends OperationNodeTransf
583583
);
584584
}
585585

586-
private buildFieldPolicyFilter(model: string, field: string, operation: Exclude<CRUD_EXT, 'delete'>) {
586+
private buildFieldPolicyFilter(model: string, field: string, operation: FieldLevelPolicyOperations) {
587587
const policies = this.getFieldPolicies(model, field, operation);
588588

589589
const allows = policies

0 commit comments

Comments
 (0)