Skip to content

Commit bdd300d

Browse files
authored
Merge branch 'master' into expose-history
2 parents dc6dac5 + 1b4849b commit bdd300d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/internal_task_handlers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@ func (ath *activityTaskHandlerImpl) Execute(taskList string, t *s.PollForActivit
16831683
zap.String(tagWorkflowID, t.WorkflowExecution.GetWorkflowId()),
16841684
zap.String(tagRunID, t.WorkflowExecution.GetRunId()),
16851685
zap.String(tagActivityType, activityType),
1686-
zap.Error(err),
1686+
zap.Error(hbErr),
16871687
)
16881688
}
16891689
}

0 commit comments

Comments
 (0)