We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb436d commit 524c371Copy full SHA for 524c371
WordPress/Jetpack/Classes/System/JetpackWindowManager.swift
@@ -46,8 +46,8 @@ class JetpackWindowManager: WindowManager {
46
self.showMigrationUIIfNeeded(blog)
47
self.sendMigrationEmail()
48
case .failure(let error):
49
- self.handleMigrationFailure(error)
50
self.migrationTracker.trackContentImportFailed(reason: error.localizedDescription)
+ self.handleMigrationFailure(error)
51
}
52
53
0 commit comments