From d0454a0d542091cd6c7eaa3ed2965c03df25322e Mon Sep 17 00:00:00 2001 From: Prabhjot-Kau <91209656+Prabhjot-Kau@users.noreply.github.com> Date: Fri, 23 May 2025 01:52:19 +1000 Subject: [PATCH 1/2] Update Secrets.json --- CommBank-Server/Secrets.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CommBank-Server/Secrets.json b/CommBank-Server/Secrets.json index 0e5bf94..43271e5 100644 --- a/CommBank-Server/Secrets.json +++ b/CommBank-Server/Secrets.json @@ -1,5 +1,5 @@ { "ConnectionStrings": { - "CommBank": "{CONNECTION_STRING}" + "CommBank": "{mongodb://atlas-sql-682f3e0e3e97051b4358168c-ozg8jc.a.query.mongodb.net/sample_mflix?ssl=true&authSource=admin}" } -} \ No newline at end of file +} From 691c7a6d4def32aa6b41d0b0fc041fc8351048e4 Mon Sep 17 00:00:00 2001 From: Prabhjot-Kau <91209656+Prabhjot-Kau@users.noreply.github.com> Date: Fri, 23 May 2025 03:14:43 +1000 Subject: [PATCH 2/2] Update Goal.cs --- CommBank-Server/Models/Goal.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CommBank-Server/Models/Goal.cs b/CommBank-Server/Models/Goal.cs index 77ff1ad..c4895cf 100644 --- a/CommBank-Server/Models/Goal.cs +++ b/CommBank-Server/Models/Goal.cs @@ -8,7 +8,7 @@ public class Goal [BsonId] [BsonRepresentation(BsonType.ObjectId)] public string? Id { get; set; } - + public string? Icon { get; set;} public string? Name { get; set; } public UInt64 TargetAmount { get; set; } = 0; @@ -27,4 +27,4 @@ public class Goal [BsonRepresentation(BsonType.ObjectId)] public string? UserId { get; set; } -} \ No newline at end of file +}