Skip to content

Commit

Permalink
More checks
Browse files Browse the repository at this point in the history
  • Loading branch information
MBR-0001 committed Feb 19, 2023
1 parent d73dd5d commit cd0fbf2
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 SubFile
/// Gets or sets the file id.
/// </summary>
[JsonPropertyName("file_id")]
public int FileId { get; set; }
public int? FileId { get; set; }
}

0 comments on commit cd0fbf2

Please sign in to comment.