fix: cast AnalyseMode enum to string literal union for Drizzle pgEnum insert
All checks were successful
Deploy to VPS / deploy (push) Successful in 50s
All checks were successful
Deploy to VPS / deploy (push) Successful in 50s
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -147,7 +147,7 @@ export async function runStructuredAnalysis(
|
||||
tenantId: input.tenantId,
|
||||
userId: input.userId,
|
||||
caseId: input.caseId ?? null,
|
||||
mode: input.mode,
|
||||
mode: input.mode as "vergleich" | "gutachten" | "entscheidung" | "risiko",
|
||||
skillId: modeConfig.skillId ?? null,
|
||||
status: 'in_progress',
|
||||
title: input.title,
|
||||
|
||||
Reference in New Issue
Block a user