Skip to content

Commit 5fd5655

Browse files
committed
Fix build
1 parent 2f7065d commit 5fd5655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/issue_project.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ func addUpdateIssueProject(ctx context.Context, issue *Issue, doer *User, newPro
133133
}
134134

135135
if oldProjectID > 0 || newProjectID > 0 {
136-
if _, err := createComment(e, &CreateCommentOptions{
136+
if _, err := createComment(ctx, &CreateCommentOptions{
137137
Type: CommentTypeProject,
138138
Doer: doer,
139139
Repo: issue.Repo,

0 commit comments

Comments
 (0)