fix: correct typo in config validation comment
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ const configSchema = z
|
|||||||
})
|
})
|
||||||
.superRefine((value, ctx) => {
|
.superRefine((value, ctx) => {
|
||||||
if (!value.AI_ANALYSIS_ENABLED) {
|
if (!value.AI_ANALYSIS_ENABLED) {
|
||||||
// Continue to database validation
|
// Continue to database validationa
|
||||||
} else if (!value.AI_LLM_API_KEY) {
|
} else if (!value.AI_LLM_API_KEY) {
|
||||||
ctx.addIssue({
|
ctx.addIssue({
|
||||||
code: z.ZodIssueCode.custom,
|
code: z.ZodIssueCode.custom,
|
||||||
|
|||||||
Reference in New Issue
Block a user