diff --git a/liff-client-csharp/Data/Profile.cs b/liff-client-csharp/Data/Profile.cs index b8d3767..30afec2 100644 --- a/liff-client-csharp/Data/Profile.cs +++ b/liff-client-csharp/Data/Profile.cs @@ -4,7 +4,7 @@ namespace LineDC.Liff.Data { public class Profile { - [JsonPropertyName("type")] + [JsonPropertyName("userId")] public string UserId { get; set; } [JsonPropertyName("displayName")]