Skip to content

Commit d067b1d

Browse files
Dinesh SalunkeDinesh Salunke
authored andcommitted
refactor: add BoardType to TemplateType property
1 parent 016aa72 commit d067b1d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/structs/project.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ type UpdateProjectPayload struct {
2525

2626
// swagger:model
2727
type Project struct {
28-
ID int64 `json:"id"`
29-
Title string `json:"title"`
30-
Description string `json:"description"`
31-
BoardType uint8 `json:"board_type"`
32-
IsClosed bool `json:"is_closed"`
28+
ID int64 `json:"id"`
29+
Title string `json:"title"`
30+
Description string `json:"description"`
31+
TemplateType uint8 `json:"board_type"`
32+
IsClosed bool `json:"is_closed"`
3333
// swagger:strfmt date-time
3434
Created time.Time `json:"created_at"`
3535
// swagger:strfmt date-time

0 commit comments

Comments
 (0)