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.userId,
|
||||||
input.targetType,
|
input.targetType,
|
||||||
input.targetId,
|
input.targetId,
|
||||||
);
|
) as unknown as Record<string, unknown>;
|
||||||
}
|
}
|
||||||
if (input.jobType === 'feynman_evaluation') {
|
if (input.jobType === 'feynman_evaluation') {
|
||||||
throw new BadRequestException(
|
throw new BadRequestException(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user