Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion WooCommerce/Classes/Yosemite/DefaultStoresManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ private extension DefaultStoresManager {

/// skips synchronizing site plan if logged in with WPOrg credentials
/// because this requires a WPCom endpoint.
if isAuthenticatedWithoutWPCom {
if isAuthenticatedWithoutWPCom == false {
group.enter()
let sitePlanAction = AccountAction.synchronizeSitePlan(siteID: siteID) { result in
if case let .failure(error) = result {
Expand Down