Skip to content

Commit

Permalink
add consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
mrothauer committed Feb 2, 2024
1 parent d92484f commit 73184fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Controller/WorkshopsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ public function getWorkshopsWithCityFilter() {
$preparedCategories[] = [
'id' => $category->id,
'label' => $category->name,
'icon' => Configure::read('AppConfig.serverName') . '/img/icon-skills/' . $category->icon . '.png',
'iconUrl' => Configure::read('AppConfig.serverName') . '/img/icon-skills/' . $category->icon . '.png',
];
}

Expand Down
2 changes: 1 addition & 1 deletion tests/comparisons/rest-workshops-berlin.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{
"id": 630,
"label": "3D-Reparatur",
"icon": "{{serverName}}\/img\/icon-skills\/drei-d-reparatur.png"
"iconUrl": "{{serverName}}\/img\/icon-skills\/drei-d-reparatur.png"
}
]
}
Expand Down

0 comments on commit 73184fd

Please sign in to comment.