Skip to content

Commit

Permalink
removed status from json
Browse files Browse the repository at this point in the history
  • Loading branch information
vks333 committed Aug 15, 2024
1 parent 8c98134 commit 489ce3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Application/Features/Bios/DTOs/Bio.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
}

0 comments on commit 489ce3d

Please sign in to comment.