File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
WooCommerce/Classes/Authentication/Store Creation Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ final class StoreCreationCoordinator: Coordinator {
1919 @Published private var possibleSiteURLsFromStoreCreation : Set < String > = [ ]
2020 private var possibleSiteURLsFromStoreCreationSubscription : AnyCancellable ?
2121
22+ private let stores : StoresManager
2223 private let analytics : Analytics
2324 private let source : Source
2425 private let storePickerViewModel : StorePickerViewModel
@@ -39,6 +40,7 @@ final class StoreCreationCoordinator: Coordinator {
3940 storageManager: storageManager,
4041 analytics: analytics)
4142 self . switchStoreUseCase = SwitchStoreUseCase ( stores: stores, storageManager: storageManager)
43+ self . stores = stores
4244 self . analytics = analytics
4345 self . featureFlagService = featureFlagService
4446 }
You can’t perform that action at this time.
0 commit comments