diff --git a/charging_stations.json b/charging_stations.json index 82d4759..fd750cd 100644 --- a/charging_stations.json +++ b/charging_stations.json @@ -1,15 +1,18 @@ -{ - "type": "index", - "name": { - "de": "Ladestationen", - "en": "Charging stations", - }, - "subCategories": [ - { - "id": "charging-cars" - }, - { - "id": "charging-bicycles" - } - ] -} +{ + "type": "index", + "name": { + "de": "Ladestationen", + "en": "Charging stations" + }, + "subCategories": [ + { + "id": "charging-cars" + }, + { + "id": "charging-bicycles" + }, + { + "id": "charging-others" + } + ] +}