Skip to content

Commit

Permalink
fix(database): schema object field access validation checks
Browse files Browse the repository at this point in the history
  • Loading branch information
kon14 committed Mar 21, 2024
1 parent b95e699 commit 099a091
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 099a091

Please sign in to comment.