mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-18 03:31:42 +00:00
refactor: rename BoardType to TemplateType
This commit is contained in:
parent
a7aabc5349
commit
7383e7bf32
@ -14,7 +14,7 @@ func ToAPIProject(ctx context.Context, project *project_model.Project) (*api.Pro
|
||||
apiProject := &api.Project{
|
||||
Title: project.Title,
|
||||
Description: project.Description,
|
||||
BoardType: uint8(project.BoardType),
|
||||
TemplateType: uint8(project.TemplateType),
|
||||
IsClosed: project.IsClosed,
|
||||
Created: project.CreatedUnix.AsTime(),
|
||||
Updated: project.UpdatedUnix.AsTime(),
|
||||
|
Loading…
Reference in New Issue
Block a user