Update models/project/column.go

Co-authored-by: yp05327 <576951401@qq.com>
This commit is contained in:
Lunny Xiao 2024-04-18 16:38:57 +08:00 committed by GitHub
parent e6a7fd3b6a
commit 925dcf8f47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ func UpdateColumn(ctx context.Context, column *Column) error {
return err
}
// GetColumns fetches all boards related to a project
// GetColumns fetches all columns related to a project
func (p *Project) GetColumns(ctx context.Context) (ColumnList, error) {
columns := make([]*Column, 0, 5)