Skip to content

Commit

Permalink
dto to nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
KristianS93 committed Nov 29, 2023
1 parent 5ceae12 commit 58ed941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GirafEntities/WeekPlanner/DTOs/PictogramDTO.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class PictogramDTO
/// <summary>
/// Hash of DTO
/// </summary>
public string ImageHash { get; set; }
public string? ImageHash { get; set; }

/// <summary>
/// Generated image URL
Expand Down

0 comments on commit 58ed941

Please sign in to comment.