From 2a4dcf7233ba9de62cb3835397e08db53d4c5fdf Mon Sep 17 00:00:00 2001 From: hashinisakthi31-lang Date: Thu, 4 Jun 2026 09:50:44 +0530 Subject: [PATCH] Update Goal.cs2 --- CommBank-Server/Models/Goal.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}