Minor fixes (#945)
This commit is contained in:
commit
e4b455f78e
4 changed files with 1 additions and 2 deletions
Binary file not shown.
Before Width: | Height: | Size: 367 KiB |
Binary file not shown.
Before Width: | Height: | Size: 680 KiB |
Binary file not shown.
Before Width: | Height: | Size: 92 KiB |
|
@ -295,8 +295,7 @@ class CollectionActions {
|
|||
// collection should be empty on server now
|
||||
await collectionsService.trashEmptyCollection(collection);
|
||||
} catch (e, s) {
|
||||
logger.severe(
|
||||
"Failed to keep photos and delete collection", e, s);
|
||||
logger.severe("Failed to keep photos & delete collection", e, s);
|
||||
rethrow;
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue