mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 11:06:30 +00:00
correct app close
fix publishing
This commit is contained in:
@@ -97,6 +97,7 @@ public class GalleryService(
|
||||
{
|
||||
File.Delete(file.FullName);
|
||||
logger.LogInformation($"No labels found for image {file.FullName}! Image deleted!");
|
||||
await dbFactory.DeleteAnnotations([fName], cancellationToken);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user