Minor fixes (#945)

This commit is contained in:
Vishnu Mohandas 2023-03-29 11:45:37 +05:30 committed by GitHub
commit e4b455f78e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

View file

@ -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;
}
},