Skip to content

Commit f810e3e

Browse files
committed
AppDelegate: Fixing faulty condition
1 parent 0ac2143 commit f810e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ extension AppDelegate {
190190
/// Whenever we're in an Authenticated state, let's Sync all of the WC-Y entities.
191191
///
192192
func synchronizeEntitiesIfPossible() {
193-
guard StoresManager.shared.isAuthenticated == false else {
193+
guard StoresManager.shared.isAuthenticated else {
194194
return
195195
}
196196

0 commit comments

Comments
 (0)