fix: cast ActiveRecallSnapshot to Record for buildSnapshotContent return type
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
f1e529b99e
commit
555717bc25
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user