Skip to content

Commit

Permalink
Add a missed completion call (#22706)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazytonyli authored Feb 27, 2024
2 parents c20c3eb + 09ac135 commit 26f3d19
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ final class JetpackNativeConnectionService: NSObject {
}
return .failure(.remote(original.localizedDescription))
}
completion(result)
}
}
}

0 comments on commit 26f3d19

Please sign in to comment.