mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:26:30 +00:00
stop inference on stop pressed
small fixes
This commit is contained in:
@@ -144,6 +144,9 @@ public class AnnotationService : INotificationHandler<AnnotationsDeletedEvent>
|
||||
.Where(x => x.Name == fName)
|
||||
.Set(x => x.Source, source)
|
||||
.Set(x => x.AnnotationStatus, status)
|
||||
.Set(x => x.CreatedDate, createdDate)
|
||||
.Set(x => x.CreatedEmail, createdEmail)
|
||||
.Set(x => x.CreatedRole, userRole)
|
||||
.UpdateAsync(token: token);
|
||||
ann.Detections = detections;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user