Fixes FeaturedViewController warnings

This commit is contained in:
Riley Testut
2023-12-08 19:21:51 -06:00
committed by Magesh K
parent fec02cd80a
commit b7a04d59b4
2 changed files with 2 additions and 2 deletions

View File

@@ -710,7 +710,7 @@ extension FeaturedViewController
let context = DatabaseManager.shared.persistentContainer.newBackgroundContext()
try await withThrowingTaskGroup(of: Void.self) { taskGroup in
await withThrowingTaskGroup(of: Void.self) { taskGroup in
for source in knownSources.0
{
guard let sourceURL = source.sourceURL else { continue }