formating

This commit is contained in:
frankknoll
2023-03-29 08:50:38 +02:00
parent 091876fe5c
commit d08ccdb2d7

View File

@@ -24,11 +24,12 @@ class GoogleAnalytics {
"select_item", "select_item",
{ {
item_list_id: "countrySelect", item_list_id: "countrySelect",
items: [ items:
{ [
item_id: country, {
} item_id: country,
] }
]
}); });
} }
} }