Improve adjust A to B project bug

This commit is contained in:
Tyrone Yeh
2025-05-09 08:45:37 +08:00
parent cce417c3a4
commit e912b7e3db
+3
View File
@@ -117,6 +117,9 @@ func IssueAssignOrRemoveProject(ctx context.Context, issue *Issue, doer *user_mo
return err
}
}
}
if len(newProjectIDs) == 0 {
return nil
}