diff --git a/Shared/PostCollection/CollectionListModel.swift b/Shared/PostCollection/CollectionListModel.swift index 5e107bb..86e4088 100644 --- a/Shared/PostCollection/CollectionListModel.swift +++ b/Shared/PostCollection/CollectionListModel.swift @@ -19,6 +19,7 @@ class CollectionListModel: NSObject, ObservableObject { try collectionsController.performFetch() list = collectionsController.fetchedObjects ?? [] } catch { + // FIXME: Errors cannot be thrown out of the CollectionListView property initializer print("Failed to fetch collections!") } }