Skip to content

Commit

Permalink
Merge pull request #404 from koishibuh/FixBanUser
Browse files Browse the repository at this point in the history
Fixed BanUser
  • Loading branch information
Mahsaap authored Jul 31, 2024
2 parents 9ccfdfb + bf1f876 commit b3dba8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ public class BanUserResponse
/// Identifies the user and type of ban.
/// </summary>
[JsonProperty(PropertyName = "data")]
public BannedUser Data { get; protected set; }
public BannedUser[] Data { get; protected set; }
}

0 comments on commit b3dba8d

Please sign in to comment.