Skip to content

Commit

Permalink
Fix struct tag for varset relationship
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasslash committed Aug 30, 2022
1 parent 16f8caa commit 26d3b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variable_set_variable.go
Expand Up @@ -49,7 +49,7 @@ type VariableSetVariable struct {
Sensitive bool `jsonapi:"attr,sensitive"`

// Relations
VariableSet *VariableSet `jsonapi:"relation,configurable"`
VariableSet *VariableSet `jsonapi:"relation,varset"`
}

type VariableSetVariableListOptions struct {
Expand Down

0 comments on commit 26d3b00

Please sign in to comment.