Fixed image deletion
This commit is contained in:
parent
5a1ecebbe9
commit
73b93f8262
1 changed files with 2 additions and 0 deletions
|
@ -168,6 +168,8 @@
|
|||
/* this should not fail the operation */
|
||||
}
|
||||
}
|
||||
|
||||
ImageRepository.Delete(serverImage);
|
||||
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue