File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
WooCommerce/Classes/Authentication/Epilogue Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,8 @@ private extension StorePickerCoordinator {
121121 // We need to call refreshUserData() here because the user selected
122122 // their default store and tracks should to know about it.
123123 WooAnalytics . shared. refreshUserData ( )
124- WooAnalytics . shared. track ( . sitePickerContinueTapped, withProperties: [ " selected_store_id " : StoresManager . shared. sessionManager. defaultStoreID ?? String ( ) ] )
124+ WooAnalytics . shared. track ( . sitePickerContinueTapped,
125+ withProperties: [ " selected_store_id " : StoresManager . shared. sessionManager. defaultStoreID ?? String ( ) ] )
125126
126127 AppDelegate . shared. authenticatorWasDismissed ( )
127128 if selectedConfiguration == . login {
You can’t perform that action at this time.
0 commit comments