Fix config - again

This commit is contained in:
uri 2024-09-05 16:34:17 +02:00
parent 05058f9e05
commit 836be7903b

View file

@ -30,7 +30,7 @@ Additionally, it provides a proper display name for reporting purposes.
{% set dimensions = [
{"dimension": "'global'", "dimension_display": "'Global'"},
{"dimension": "'by_number_of_listings'", "dimension_display": "'By # of Listings Booked in 12 Months'"},
{"dimension": "'by_billing_country'", "dimension_value": "'By Billing Country'"}
{"dimension": "'by_billing_country'", "dimension_display": "'By Billing Country'"}
] %}
{{ return(dimensions) }}
{% endmacro %}