Fix: Resolve remaining TypeScript errors

This commit is contained in:
gpt-engineer-app[bot]
2025-11-03 02:54:43 +00:00
parent 07420a67bf
commit 516f7c4c41
14 changed files with 49 additions and 49 deletions

View File

@@ -1450,7 +1450,7 @@ export async function checkSubmissionConflict(
},
serverVersion: {
last_modified_at: data.last_modified_at,
last_modified_by: data.last_modified_by,
last_modified_by: (data.last_modified_by ?? undefined) as string,
modified_by_profile: data.profiles as any,
},
};