Merge branch 'master' into fix-button-disable-regression

This commit is contained in:
Dan Balasescu 2018-10-04 15:43:50 +09:00 committed by GitHub
commit 20391fd28c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ public class UserCover
[JsonProperty(@"location")]
public string Location;
[JsonProperty(@"lastvisit")]
[JsonProperty(@"last_visit")]
public DateTimeOffset LastVisit;
[JsonProperty(@"twitter")]