fix missing id

This commit is contained in:
Helena
2025-08-27 09:11:21 +03:00
parent 794d5b7079
commit 5159325e6d

View File

@@ -28,7 +28,7 @@ async function AnalysisPage({
if (analysisResultDetails) {
await createDoctorPageViewLog({
action: DoctorPageViewAction.VIEW_ANALYSIS_RESULTS,
recordKey: id,
recordKey: analysisResponseId,
dataOwnerUserId: analysisResultDetails.patient.userId,
});
}