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 3566e7c commit 6388cdfCopy full SHA for 6388cdf
Yosemite/Yosemite/Stores/ProductStore.swift
@@ -141,8 +141,7 @@ private extension ProductStore {
141
excludedProductIDs: excludedProductIDs) { [weak self] result in
142
switch result {
143
case .success(let products):
144
- //let shouldDeleteExistingProducts = pageNumber == Default.firstPageNumber
145
- let shouldDeleteExistingProducts = false
+ let shouldDeleteExistingProducts = pageNumber == Default.firstPageNumber
146
self?.upsertSearchResultsInBackground(siteID: siteID,
147
keyword: keyword,
148
readOnlyProducts: products,
0 commit comments