Skip to content

Commit

Permalink
Merge pull request #5245 from HSLdevcom/fix-korsisaari-vehicles
Browse files Browse the repository at this point in the history
DT-6716 Fix issue with Korsisaari vehicles not showing up on route page
  • Loading branch information
sharhio authored Jan 30, 2025
2 parents 8dc44ca + 576261d commit eab7c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/configurations/realtimeUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export default {
VARELY: walttiMqtt,
PohjolanMatka: elyMqtt(true),
Harma: elyMqtt(false),
Korsisaari: walttiMqtt,
Korsisaari: elyMqtt(true),
FOLI: {
mqttTopicResolver: function mqttTopicResolver(
route,
Expand Down

0 comments on commit eab7c79

Please sign in to comment.