mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 21:06:30 +00:00
add offset
fixes add visual validation border and validate functionality
This commit is contained in:
@@ -150,11 +150,6 @@ public class GalleryService(
|
||||
};
|
||||
await dbFactory.Run(async db =>
|
||||
{
|
||||
var xx = missedAnnotations.GroupBy(x => x.Name)
|
||||
.Where(gr => gr.Count() > 1)
|
||||
.ToList();
|
||||
foreach (var gr in xx)
|
||||
Console.WriteLine(gr.Key);
|
||||
await db.BulkCopyAsync(copyOptions, missedAnnotations);
|
||||
await db.BulkCopyAsync(copyOptions, missedAnnotations.SelectMany(x => x.Detections));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user