Skip to content

Commit

Permalink
Addressed additional changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulWahab3181 committed Apr 25, 2024
1 parent 265139c commit 64ff914
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions db/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -492,9 +492,6 @@ type Organization struct {
Website string `json:"website" validate:"omitempty,uri"`
Github string `json:"github" validate:"omitempty,uri"`
Description string `json:"description" validate:"omitempty,lte=120"`
Mission string `json:"mission"`
Tactics string `json:"tactics"`
SchematicUrl string `json:"schematic_url"`
}

type Workspace struct {
Expand All @@ -512,6 +509,9 @@ type Workspace struct {
Website string `json:"website" validate:"omitempty,uri"`
Github string `json:"github" validate:"omitempty,uri"`
Description string `json:"description" validate:"omitempty,lte=120"`
Mission string `json:"mission"`
Tactics string `json:"tactics"`
SchematicUrl string `json:"schematic_url"`
}

type WorkspaceShort struct {
Expand Down

0 comments on commit 64ff914

Please sign in to comment.