Skip to content

Commit 1b01317

Browse files
committed
chore: remove minimum age applied from group settings
1 parent e97e85c commit 1b01317

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/schemas/src/group/group.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export const $GroupSettings = z.object({
1414
})
1515
.nullish(),
1616
minimumAge: z.number().int().positive().nullish(),
17-
minimumAgeApplied: z.boolean().nullish(),
1817
subjectIdDisplayLength: z.number().nullish()
1918
});
2019

0 commit comments

Comments
 (0)