Dependencies: Updated packages, run linter autofix (#84)
This commit is contained in:
committed by
GitHub
parent
5cc936b982
commit
8e051664b8
@@ -19,8 +19,7 @@ const FeatureFlagsSchema = z.object({
|
||||
}),
|
||||
enableTeamAccounts: z.boolean({
|
||||
description: 'Enable team accounts.',
|
||||
required_error:
|
||||
'Provide the variable NEXT_PUBLIC_ENABLE_TEAM_ACCOUNTS',
|
||||
required_error: 'Provide the variable NEXT_PUBLIC_ENABLE_TEAM_ACCOUNTS',
|
||||
}),
|
||||
enableTeamCreation: z.boolean({
|
||||
description: 'Enable team creation.',
|
||||
|
||||
Reference in New Issue
Block a user