diff --git a/CommBank-Server/Models/Goal.cs b/CommBank-Server/Models/Goal.cs index 77ff1ad5..e8d36a70 100644 --- a/CommBank-Server/Models/Goal.cs +++ b/CommBank-Server/Models/Goal.cs @@ -26,5 +26,6 @@ public class Goal public List? TagIds { get; set; } [BsonRepresentation(BsonType.ObjectId)] + public string? Icon { get; set; } public string? UserId { get; set; } -} \ No newline at end of file +}