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.
2 parents 1b022d7 + fcf223f commit 1a23d62Copy full SHA for 1a23d62
WooCommerce/Classes/Yosemite/DefaultStoresManager.swift
@@ -387,7 +387,7 @@ private extension DefaultStoresManager {
387
388
/// skips synchronizing site plan if logged in with WPOrg credentials
389
/// because this requires a WPCom endpoint.
390
- if isAuthenticatedWithoutWPCom {
+ if isAuthenticatedWithoutWPCom == false {
391
group.enter()
392
let sitePlanAction = AccountAction.synchronizeSitePlan(siteID: siteID) { result in
393
if case let .failure(error) = result {
0 commit comments