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 b95f766 commit 5a58eb6Copy full SHA for 5a58eb6
Yosemite/Yosemite/Stores/ProductStore.swift
@@ -397,7 +397,7 @@ private extension ProductStore {
397
// Check for locally stored products first.
398
let storage = storageManager.viewStorage
399
if let products = storage.loadProducts(siteID: siteID), !products.isEmpty {
400
- return onCompletion(.success(true))
+ return onCompletion(.success(false))
401
}
402
403
// If there are no locally stored products, then check remote.
0 commit comments