This commit is contained in:
ashilkn 2024-03-11 16:39:45 +05:30
parent 2a895e9245
commit 93559e452a

View file

@ -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 {