Skip to content

Commit

Permalink
fix: don’t require Sanity user to have Clerk user ID
Browse files Browse the repository at this point in the history
  • Loading branch information
jlengstorf committed Nov 26, 2024
1 parent dfa47c2 commit 6419ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sanity/schemaTypes/documents/person.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const person = defineType({
title: 'Clerk User ID',
name: 'user_id',
type: 'string',
validation: (rule) => rule.required(),
// validation: (rule) => rule.required(),
// readOnly: true,
}),
],
Expand Down

0 comments on commit 6419ec9

Please sign in to comment.