Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
remove valuetype
Browse files Browse the repository at this point in the history
  • Loading branch information
tuckner committed Jun 4, 2021
1 parent 979bd9c commit dac30ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tines/globalresource.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ type GlobalResource struct {
ID int `json:"id" structs:"id,omitempty"`
UserID int `json:"user_id" structs:"user_id,omitempty"`
Name string `json:"name" structs:"name,omitempty"`
ValueType string `json:"value_type" structs:"value_type,omitempty"`
Value string `json:"value" structs:"value,omitempty"`
ReadAccess string `json:"read_access" structs:"read_access,omitempty"`
CreatedAt time.Time `json:"created_at" structs:"created_at,omitempty"`
Expand Down

0 comments on commit dac30ec

Please sign in to comment.