From 925dcf8f4732e397d1b8b0bfd9aa6cb2a0f834f6 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Thu, 18 Apr 2024 16:38:57 +0800 Subject: [PATCH] Update models/project/column.go Co-authored-by: yp05327 <576951401@qq.com> --- models/project/column.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/project/column.go b/models/project/column.go index eb9a4b186c..6e579706db 100644 --- a/models/project/column.go +++ b/models/project/column.go @@ -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)