Skip to content

Commit b8b358f

Browse files
committed
remove extra change
1 parent 14b97aa commit b8b358f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sumologic/resource_sumologic_dashboard.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ func getTimeRangeBoundary(tfRangeBoundary map[string]interface{}) interface{} {
948948
}
949949

950950
func getTopologyLabel(tfTopologyLabel map[string]interface{}) *TopologyLabel {
951-
if items := tfTopologyLabel["data"].([]interface{}); len(items) > 0 {
951+
if items := tfTopologyLabel["data"].([]interface{}); len(items) == 1 {
952952
labelMap := make(map[string][]string)
953953
for _, item := range items {
954954
dataItem := item.(map[string]interface{})

0 commit comments

Comments
 (0)