From 793468b04cd0289f51ae9377a36597d69fc7e8e2 Mon Sep 17 00:00:00 2001 From: averel10 Date: Fri, 17 Apr 2026 13:26:54 +0200 Subject: [PATCH] feat: added email to export --- src/app/actions/participants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/actions/participants.ts b/src/app/actions/participants.ts index 36880f1..6b66a8c 100644 --- a/src/app/actions/participants.ts +++ b/src/app/actions/participants.ts @@ -295,6 +295,7 @@ export async function exportParticipantDataAsJson( participant: { id: participantDetail.id, userId: participantDetail.userId, + email: participantDetail.email, experimentId: participantDetail.experimentId, createdAt: participantDetail.createdAt, updatedAt: participantDetail.updatedAt,