From 6fdf612c511eb9b545c7ef0353cafa20b36c942c Mon Sep 17 00:00:00 2001 From: Stuart Ferguson Date: Sat, 11 Oct 2025 11:16:21 +0100 Subject: [PATCH] fox todo issue --- .../Controllers/TransactionMobileLoggingController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/MobileConfiguration/Controllers/TransactionMobileLoggingController.cs b/MobileConfiguration/Controllers/TransactionMobileLoggingController.cs index 5f15ace..bb17a51 100644 --- a/MobileConfiguration/Controllers/TransactionMobileLoggingController.cs +++ b/MobileConfiguration/Controllers/TransactionMobileLoggingController.cs @@ -16,7 +16,6 @@ public async Task PostConfiguration([FromBody] List l Logger.LogInformation(JsonConvert.SerializeObject(logMessages)); - // TODO: return "correct" response... return this.Ok(); } } \ No newline at end of file