small changes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-14 20:32:54 +05:00
parent 2d853eaa02
commit cccd45caa7
6 changed files with 22 additions and 22 deletions

View File

@@ -5,7 +5,7 @@ namespace NeDvachAPI.Models
public string Timestamp { get; set; }
public int Id { get; set; }
public string Text { get; set; }
public string[] ImgURL { get; set; }
public string[]? ImgURL { get; set; }
public int Thread_Id { get; set; }
public bool Is_OP { get; set; }
public bool Is_Deleted { get; set; }