mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:56:31 +00:00
fix inference
fix small issues
This commit is contained in:
@@ -49,7 +49,7 @@ public class Annotation
|
||||
[MessagePackObject]
|
||||
public class AnnotationImage : Annotation
|
||||
{
|
||||
[Key("i")] public byte[] Image { get; set; }
|
||||
[Key("i")] public byte[] Image { get; set; } = null!;
|
||||
}
|
||||
|
||||
public enum AnnotationStatus
|
||||
|
||||
Reference in New Issue
Block a user