From 33be5c0f7a6d3647433dc5c8dc23b220b7e98f68 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Tue, 16 Apr 2024 22:33:10 -0700 Subject: [PATCH] Fix concurrency warning. --- .../Account/AccountDelegates/FeedbinAccountDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Account/Sources/Account/AccountDelegates/FeedbinAccountDelegate.swift b/Account/Sources/Account/AccountDelegates/FeedbinAccountDelegate.swift index 03f1f9006..419a9a05b 100644 --- a/Account/Sources/Account/AccountDelegates/FeedbinAccountDelegate.swift +++ b/Account/Sources/Account/AccountDelegates/FeedbinAccountDelegate.swift @@ -445,7 +445,7 @@ private extension FeedbinAccountDelegate { } } - func checkImportResult(opmlImportResultID: Int, completion: @escaping (Result) -> Void) { + func checkImportResult(opmlImportResultID: Int, completion: @escaping @Sendable (Result) -> Void) { DispatchQueue.main.async {