Skip to content

Commit

Permalink
fix typo in getMutableState
Browse files Browse the repository at this point in the history
  • Loading branch information
longquanzheng committed May 31, 2018
1 parent a7ebd05 commit 24a85fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/history/historyEngine.go
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ func (e *historyEngineImpl) getMutableState(ctx context.Context,
WorkflowType: &workflow.WorkflowType{Name: common.StringPtr(msBuilder.executionInfo.WorkflowTypeName)},
LastFirstEventId: common.Int64Ptr(msBuilder.GetLastFirstEventID()),
NextEventId: common.Int64Ptr(msBuilder.GetNextEventID()),
TaskList: &workflow.TaskList{Name: common.StringPtr(context.msBuilder.executionInfo.TaskList)},
TaskList: &workflow.TaskList{Name: common.StringPtr(msBuilder.executionInfo.TaskList)},
StickyTaskList: &workflow.TaskList{Name: common.StringPtr(msBuilder.executionInfo.StickyTaskList)},
ClientLibraryVersion: common.StringPtr(msBuilder.executionInfo.ClientLibraryVersion),
ClientFeatureVersion: common.StringPtr(msBuilder.executionInfo.ClientFeatureVersion),
Expand Down

0 comments on commit 24a85fb

Please sign in to comment.