Skip to content

Commit

Permalink
code review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
samarabbas committed Mar 31, 2018
1 parent 5805589 commit 7da5f3f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions service/history/historyReplicator.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,7 @@ func (r *historyReplicator) ApplyEvents(request *h.ReplicateEventsRequest) error
if err != nil {
return err
}
execution := shared.WorkflowExecution{
WorkflowId: request.WorkflowExecution.WorkflowId,
RunId: request.WorkflowExecution.RunId,
}
execution := *request.WorkflowExecution

var context *workflowExecutionContext
var msBuilder *mutableStateBuilder
Expand Down

0 comments on commit 7da5f3f

Please sign in to comment.