Skip to content

Commit 0582135

Browse files
committed
fix: add missed arg
1 parent 3b64663 commit 0582135

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/tasks/TaskPool.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ func (p *TaskPool) handleLogs() {
218218

219219
newStage, newState, err := stage_parsers.MoveToNextStage(
220220
p.store,
221+
p.logWriteService,
221222
record.task.Template.App,
222223
record.task.Task.ProjectID,
223224
record.task.currentState,

0 commit comments

Comments
 (0)