refactor: removed unused code and fix typo
This commit is contained in:
parent
cdc441344f
commit
b18746957d
3 changed files with 1 additions and 6 deletions
|
|
@ -7,8 +7,6 @@ type Profile struct {
|
|||
ID string `json:"id"` // profile ID
|
||||
Description string `json:"description,omitempty"` // profile description
|
||||
Tags []string `json:"tags,omitempty"` // tags used for ...
|
||||
Paths []string `json:"paths,omitempty"` // paths to download
|
||||
Plugins []string `json:"plugins,omitempty"` // plugins to run
|
||||
Data map[string]any `json:"data,omitempty"` // include render data
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue