Skip to content

Commit b3afba6

Browse files
committed
remove ,
1 parent e0f3049 commit b3afba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devices.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ layout: null
1616
{% if device.zigbeemodel != nil %}"zigbeemodel": [{% assign zbmodel = device.zigbeemodel %}{% for item in zbmodel %}"{{ item }}"{% unless forloop.last %},{% endunless %}{% endfor %}],{% endif %}
1717
{% if device.compatible != nil %}"compatible": {{ device.compatible | jsonify }},{% endif %}
1818
"image": "{{ device.url | remove: ".html" | prepend: 'https://zigbee/blakadder.com/assets/images/devices' | append: '.jpg' }}",
19-
"link": "{{ device.url }}",
19+
"link": "{{ device.url }}"
2020
}{% unless forloop.last %},{% endunless %}
2121
{% endfor %}
2222
]

0 commit comments

Comments
 (0)