fix(Syncing): Added back state for sync_device_result state (#9998)
This commit is contained in:
parent
5592335b2f
commit
06ca722cb7
|
@ -13,4 +13,4 @@ method executePrimaryCommand*(self: SyncDeviceWithSyncCodeState, controller: Con
|
|||
discard controller.inputConnectionStringForBootstrapping(connectionString)
|
||||
|
||||
method getNextPrimaryState*(self: SyncDeviceWithSyncCodeState, controller: Controller): State =
|
||||
return createState(StateType.SyncDeviceResult, self.flowType, nil)
|
||||
return createState(StateType.SyncDeviceResult, self.flowType, self)
|
Loading…
Reference in New Issue