Skip to content

Commit 95646d7

Browse files
committed
fix: add missed arg
1 parent 0582135 commit 95646d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pro/pkg/stage_parsers/next_step.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@ package stage_parsers
22

33
import (
44
"github.com/semaphoreui/semaphore/db"
5+
"github.com/semaphoreui/semaphore/pro_interfaces"
56
)
67

78
func MoveToNextStage(
89
store db.Store,
10+
logWriter pro_interfaces.LogWriteService,.
11+
912
app db.TemplateApp,
1013
projectID int,
1114
currentState any,

0 commit comments

Comments
 (0)