Skip to content

Commit

Permalink
Merge pull request #53 from PinguApps/51-code-quality
Browse files Browse the repository at this point in the history
fixed 2 minor code quality issues
  • Loading branch information
pingu2k4 authored Jul 7, 2024
2 parents fab5071 + 1ccbf27 commit 8cf53ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/PinguApps.Appwrite.Client/Clients/AccountClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public async Task<AppwriteResult<User>> Get()
var result = await _accountApi.GetAccount(Session);

return result.GetApiResponse();

}
catch (Exception e)
{
Expand Down
1 change: 0 additions & 1 deletion src/PinguApps.Appwrite.Client/Internals/IBaseApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace PinguApps.Appwrite.Client.Internals;


[Headers("content-type: application/json",
"x-sdk-name: .NET",
"x-sdk-platform: client",
Expand Down

0 comments on commit 8cf53ce

Please sign in to comment.