Skip to content

Commit

Permalink
Removed field parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
rimashah25 committed Aug 25, 2023
1 parent a22c8b3 commit 3d66b7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/go-tc/profiles.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ type ProfileV5 struct {
ID int `json:"id" db:"id"`
LastUpdated time.Time `json:"lastUpdated" db:"last_updated"`
Name string `json:"name" db:"name"`
Parameter string `json:"param"`
Description string `json:"description" db:"description"`
CDNName string `json:"cdnName" db:"cdn_name"`
CDNID int `json:"cdn" db:"cdn"`
Expand Down

0 comments on commit 3d66b7d

Please sign in to comment.