Fix concurrency warning.

This commit is contained in:
Brent Simmons 2024-04-16 22:33:10 -07:00
parent 71cd0fc20e
commit 33be5c0f7a
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ private extension FeedbinAccountDelegate {
}
}
func checkImportResult(opmlImportResultID: Int, completion: @escaping (Result<Void, Error>) -> Void) {
func checkImportResult(opmlImportResultID: Int, completion: @escaping @Sendable (Result<Void, Error>) -> Void) {
DispatchQueue.main.async {