fix: cast ActiveRecallSnapshot to Record for buildSnapshotContent return type
All checks were successful
Deploy API Server / build-and-unit (push) Successful in 35s
Deploy API Server / current-integration (push) Successful in 3m3s
Deploy API Server / backward-compat (push) Successful in 1s
Deploy API Server / deploy (push) Successful in 1m4s

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
wangdl 2026-06-22 19:30:42 +08:00
parent f1e529b99e
commit 555717bc25

View File

@ -266,7 +266,7 @@ export class AiJobCreationService {
input.userId,
input.targetType,
input.targetId,
);
) as unknown as Record<string, unknown>;
}
if (input.jobType === 'feynman_evaluation') {
throw new BadRequestException(