Skip to content

Commit

Permalink
Fix NPE for reset (#3309)
Browse files Browse the repository at this point in the history
  • Loading branch information
vancexu authored Jun 4, 2020
1 parent 3c0597e commit 4b8f50a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions service/history/task/transfer_active_task_executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ func NewTransferActiveTaskExecutor(
shard.GetService().GetSDKClient(),
config.NumParentClosePolicySystemWorkflows(),
),
workflowResetor: workflowResetor,
workflowResetter: workflowResetter,
}
}

Expand Down

0 comments on commit 4b8f50a

Please sign in to comment.