Fix extra comma

This commit is contained in:
Gregoo 2025-02-04 19:56:33 +01:00
parent 56c1a46b37
commit ad24506ab7

View File

@ -29,7 +29,7 @@ SELECT
NULL AS "total_damaged", -- dummy for order: total_damaged
{% endblock %}
{% block total_quantity %}
NULL AS "total_quantity", -- dummy for order: total_quantity
NULL AS "total_quantity" -- dummy for order: total_quantity
{% endblock %}
FROM "bricktracker_sets"