Merge branch 'lunny/rename_board_column' of github.com:lunny/gitea into lunny/rename_board_column

This commit is contained in:
Lunny Xiao 2024-04-18 16:45:38 +08:00
commit 125a13bf2f
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)