Skip to content

Commit

Permalink
refactor: make RootFolder nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
HunorTotBagi committed Jan 25, 2024
1 parent 1a34208 commit b9d9c35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

public class BlobOptions
{
public string RootFolder { get; set; }
public string? RootFolder { get; set; }
}

0 comments on commit b9d9c35

Please sign in to comment.