mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 08:36:29 +00:00
don't send image to the queue on editing
This commit is contained in:
@@ -13,7 +13,7 @@ public class AnnotationMessage
|
||||
[Key(3)] public TimeSpan Time { get; set; }
|
||||
[Key(4)] public string ImageExtension { get; set; } = null!;
|
||||
[Key(5)] public string Detections { get; set; } = null!;
|
||||
[Key(6)] public byte[] Image { get; set; } = null!;
|
||||
[Key(6)] public byte[]? Image { get; set; } = null!;
|
||||
[Key(7)] public RoleEnum Role { get; set; }
|
||||
[Key(8)] public string Email { get; set; } = null!;
|
||||
[Key(9)] public SourceEnum Source { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user