Skip to content

Commit 6ce1b2d

Browse files
committed
use nil, instead of 0 for a not logged in store id
1 parent adb3763 commit 6ce1b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/Yosemite/DefaultStoresManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ class DefaultStoresManager: StoresManager {
175175
ServiceLocator.storageManager.reset()
176176
ServiceLocator.productImageUploader.reset()
177177

178-
updateAndReloadWidgetInformation(with: 0)
178+
updateAndReloadWidgetInformation(with: nil)
179179

180180
NotificationCenter.default.post(name: .logOutEventReceived, object: nil)
181181

0 commit comments

Comments
 (0)