Skip to content

Commit 4794671

Browse files
labels -> dynamic_labels
1 parent 0ce7257 commit 4794671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ type Integration struct {
3636
DefaultRoute *DefaultRoute `json:"default_route"`
3737
Templates *Templates `json:"templates"`
3838
Labels []*Label `json:"labels"`
39-
DynamicLabels []*Label `json:"labels"`
39+
DynamicLabels []*Label `json:"dynamic_labels"`
4040
}
4141

4242
type DefaultRoute struct {

0 commit comments

Comments
 (0)