From 1ccbf273918e61fdf4db3b3b5a9c522ca70d5fb5 Mon Sep 17 00:00:00 2001 From: Matthew Parker Date: Sun, 7 Jul 2024 16:52:12 +0100 Subject: [PATCH] fixed 2 code quality issues --- src/PinguApps.Appwrite.Client/Clients/AccountClient.cs | 1 - src/PinguApps.Appwrite.Client/Internals/IBaseApi.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/src/PinguApps.Appwrite.Client/Clients/AccountClient.cs b/src/PinguApps.Appwrite.Client/Clients/AccountClient.cs index 3e72d624..54d22658 100644 --- a/src/PinguApps.Appwrite.Client/Clients/AccountClient.cs +++ b/src/PinguApps.Appwrite.Client/Clients/AccountClient.cs @@ -40,7 +40,6 @@ public async Task> Get() var result = await _accountApi.GetAccount(Session); return result.GetApiResponse(); - } catch (Exception e) { diff --git a/src/PinguApps.Appwrite.Client/Internals/IBaseApi.cs b/src/PinguApps.Appwrite.Client/Internals/IBaseApi.cs index 12ac0389..efa53db2 100644 --- a/src/PinguApps.Appwrite.Client/Internals/IBaseApi.cs +++ b/src/PinguApps.Appwrite.Client/Internals/IBaseApi.cs @@ -2,7 +2,6 @@ namespace PinguApps.Appwrite.Client.Internals; - [Headers("content-type: application/json", "x-sdk-name: .NET", "x-sdk-platform: client",