Skip to content

Commit

Permalink
Small Twitch tweak to data model
Browse files Browse the repository at this point in the history
  • Loading branch information
JosefNemec committed Feb 15, 2019
1 parent 53f5ee7 commit bbca498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Plugins/TwitchLibrary/Models/TwitchOauthResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ public class TwitchOauthSession
public long RenewAfter;
public bool IsTemporaryAccount;
public bool IsMerged;
public int Bans;
public long Bans;
}

public class TwitchOauthResponse
{
public int Status;
public long Status;
public TwitchOauthSession Session;
public long Timestamp;
public object MergeToken;
Expand Down

0 comments on commit bbca498

Please sign in to comment.