diff --git a/Passepartout/App/Views/ProfileView+Provider.swift b/Passepartout/App/Views/ProfileView+Provider.swift index 224282de..9b1616f7 100644 --- a/Passepartout/App/Views/ProfileView+Provider.swift +++ b/Passepartout/App/Views/ProfileView+Provider.swift @@ -148,7 +148,7 @@ extension ProfileView { private func refreshInfrastructure() { isRefreshingInfrastructure = true Task { @MainActor in - try await providerManager.fetchRemoteProviderPublisher(forProfile: profile).async() + try? await providerManager.fetchRemoteProviderPublisher(forProfile: profile).async() isRefreshingInfrastructure = false } }