Skip to content

Commit f8ad8c0

Browse files
authored
Update services/actions/notifier_helper.go
Signed-off-by: wxiaoguang <[email protected]>
1 parent a00cff0 commit f8ad8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/actions/notifier_helper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ func handleWorkflows(
345345
run.NeedApproval = need
346346

347347
if err := PrepareRunAndInsert(ctx, dwf.Content, run, nil); err != nil {
348-
log.Error("PrepareRun: %v", err)
348+
log.Error("PrepareRunAndInsert: %v", err)
349349
continue
350350
}
351351
}

0 commit comments

Comments
 (0)