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 - // } }