From b77aac8c570216d7ec12b82f45031286dc071dd4 Mon Sep 17 00:00:00 2001 From: Gordon Pedersen Date: Tue, 11 Feb 2025 09:49:24 +1100 Subject: [PATCH] decided against adding api_key and settings to AccountResponseData (for now) --- Models/API/AccountResponseData.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Models/API/AccountResponseData.cs b/Models/API/AccountResponseData.cs index 30c796c..e4cfe63 100644 --- a/Models/API/AccountResponseData.cs +++ b/Models/API/AccountResponseData.cs @@ -4,9 +4,5 @@ public string Email { get; set; } = string.Empty; public string Name { get; set; } = string.Empty; public TimeData Created { get; set; } = TimeData.Empty; - //TODO Add api_key and settings to AccountResponseData - // } }