refactor
This commit is contained in:
parent
2a895e9245
commit
93559e452a
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class HomeWidgetService {
|
|||
if (collectionID == null) {
|
||||
await clearHomeWidget();
|
||||
_logger.info("Favorite collection not found");
|
||||
throw Exception("Favorite collection not found");
|
||||
return;
|
||||
}
|
||||
|
||||
try {
|
||||
|
|
Loading…
Add table
Reference in a new issue