Skip to content

Commit

Permalink
fix(database): schema object field access validation checks (#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
kon14 committed Mar 21, 2024
1 parent a94ac18 commit 535cb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/database/src/admin/customEndpoints/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ export function validateAssignments(
fields,
inputs,
operation,
r.schemaField,
r.schemaField.replaceAll('.', '.type.'),
r.assignmentField,
r.action,
);
Expand Down

0 comments on commit 535cb9e

Please sign in to comment.