Skip to content

Commit 96696bf

Browse files
committed
Fix bug
1 parent e6dbb0e commit 96696bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/issue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2136,7 +2136,7 @@ func deleteIssue(ctx context.Context, issue *Issue) error {
21362136
&IssueWatch{},
21372137
&Stopwatch{},
21382138
&TrackedTime{},
2139-
&ProjectIssue{},
2139+
&project_model.ProjectIssue{},
21402140
&repo_model.Attachment{},
21412141
&PullRequest{},
21422142
); err != nil {

0 commit comments

Comments
 (0)