Skip to content

Commit

Permalink
Update Client.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioGaming authored Apr 16, 2024
1 parent e786664 commit ed92ffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Amino.NET/Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
using Newtonsoft.Json.Linq;
using RestSharp;


pluh

Check failure on line 16 in Amino.NET/Client.cs

View workflow job for this annotation

GitHub Actions / test

Identifier expected

Check failure on line 16 in Amino.NET/Client.cs

View workflow job for this annotation

GitHub Actions / test

; expected

Check failure on line 16 in Amino.NET/Client.cs

View workflow job for this annotation

GitHub Actions / test

Identifier expected

Check failure on line 16 in Amino.NET/Client.cs

View workflow job for this annotation

GitHub Actions / test

; expected
namespace Amino
{
[JsonObject(ItemNullValueHandling = NullValueHandling.Ignore)]
public class Client
{
{ pluh
//Values the Amino Client can hold
/// <summary>
/// Represents the current device ID used by the current Client
Expand Down

0 comments on commit ed92ffa

Please sign in to comment.