Skip to content

Commit 3f14d95

Browse files
authored
Fix bad merge
1 parent 19f6d0a commit 3f14d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/worker/activity.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ func (aw *activityWorker) runDispatcher(ctx context.Context) {
116116
func (aw *activityWorker) handleTask(ctx context.Context, task *task.Activity) {
117117
// Start heartbeat while activity is running
118118
heartbeatCtx, cancelHeartbeat := context.WithCancel(ctx)
119-
go func(ctx context.Context) {=
119+
go func(ctx context.Context) {
120120
t := time.NewTicker(aw.options.ActivityHeartbeatInterval)
121121
defer t.Stop()
122122

0 commit comments

Comments
 (0)