fix(Syncing): Added back state for sync_device_result state (#9998)

This commit is contained in:
Igor Sirotin 2023-03-24 02:25:33 +03:00 committed by GitHub
parent 5592335b2f
commit 06ca722cb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)