Skip to content

Commit 2bba6e8

Browse files
author
Ernesto Carrión
committed
Remove reduntant ProductCategoryStore prefix
1 parent ad0c1e8 commit 2bba6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Yosemite/Yosemite/Stores/ProductCategoryStore.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ private extension ProductCategoryStore {
7979
return
8080
}
8181

82-
if pageNumber == ProductCategoryStore.Default.firstPageNumber {
82+
if pageNumber == Default.firstPageNumber {
8383
self?.deleteUnusedStoredProductCategories(siteID: siteID)
8484
}
8585

0 commit comments

Comments
 (0)