remove unnecessary comment

This commit is contained in:
Lunny Xiao 2024-03-31 22:00:05 +08:00
parent a0406b169f
commit 37eb84a0e0
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 1 deletions

View File

@ -508,7 +508,7 @@ func (i IssueLockForm) HasValidReason() bool {
type CreateProjectForm struct {
Title string `binding:"Required;MaxSize(100)"`
Content string
TemplateType project_model.TemplateType // NOTE: don't change the name except you know what you are doing
TemplateType project_model.TemplateType
CardType project_model.CardType
}