feat: added email to export

This commit is contained in:
averel10
2026-04-17 13:26:54 +02:00
parent a1116e4333
commit 793468b04c

View File

@@ -295,6 +295,7 @@ export async function exportParticipantDataAsJson(
participant: { participant: {
id: participantDetail.id, id: participantDetail.id,
userId: participantDetail.userId, userId: participantDetail.userId,
email: participantDetail.email,
experimentId: participantDetail.experimentId, experimentId: participantDetail.experimentId,
createdAt: participantDetail.createdAt, createdAt: participantDetail.createdAt,
updatedAt: participantDetail.updatedAt, updatedAt: participantDetail.updatedAt,