diff --git a/WordPress/Classes/ViewRelated/Jetpack/Install/JetpackNativeConnectionService.swift b/WordPress/Classes/ViewRelated/Jetpack/Install/JetpackNativeConnectionService.swift index cbdb16df14be..ea73c510f507 100644 --- a/WordPress/Classes/ViewRelated/Jetpack/Install/JetpackNativeConnectionService.swift +++ b/WordPress/Classes/ViewRelated/Jetpack/Install/JetpackNativeConnectionService.swift @@ -76,6 +76,7 @@ final class JetpackNativeConnectionService: NSObject { } return .failure(.remote(original.localizedDescription)) } + completion(result) } } }