Skip to content

Commit 5beb9ae

Browse files
committed
...
1 parent 500a9bf commit 5beb9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/repo/actions/view.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ func Approve(ctx *context_module.Context) {
621621
job := updatedjobs[0]
622622
// Sync run status with db
623623
job.Run = nil
624-
job.LoadAttributes(ctx)
624+
_ = job.LoadAttributes(ctx)
625625
notify_service.WorkflowRunStatusUpdate(ctx, job.Run.Repo, job.Run.TriggerUser, job.Run)
626626
}
627627

0 commit comments

Comments
 (0)