From 489ce3d74d5cae38341ae6f02d181d7eb134250f Mon Sep 17 00:00:00 2001 From: VS Date: Thu, 15 Aug 2024 11:26:30 +0100 Subject: [PATCH] removed status from json --- src/Application/Features/Bios/DTOs/Bio.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Application/Features/Bios/DTOs/Bio.cs b/src/Application/Features/Bios/DTOs/Bio.cs index b6a6107e..6fb362f1 100644 --- a/src/Application/Features/Bios/DTOs/Bio.cs +++ b/src/Application/Features/Bios/DTOs/Bio.cs @@ -4,6 +4,5 @@ public class Bio { public required Guid Id { get; set; } public required string ParticipantId { get; set; } - public BioStatus Status { get; set; } = BioStatus.NotStarted; public required PathwayBase[] Pathways { get; set; } } \ No newline at end of file