Skip to content

Commit

Permalink
traffic-event-roadworks-bz: remove dobule space event category
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Feb 22, 2024
1 parent 50fcdf3 commit 2dcec59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void execute() {
Map<String, Object> uuidFields = getUuidFields(trafficEventRoadwork);
eventDto.setUuid(uuidFields);
eventDto.setEventSeriesUuid(uuidFields);
eventDto.setCategory(String.format("%s_%s | %s_%s", trafficEventRoadwork.getTycodeIt(),
eventDto.setCategory(String.format("%s_%s | %s_%s", trafficEventRoadwork.getTycodeIt(),
trafficEventRoadwork.getSubTycodeIt(), trafficEventRoadwork.getTycodeDe(),
trafficEventRoadwork.getSubTycodeDe()));
eventDto.setOrigin(configuration.getOrigin());
Expand Down

0 comments on commit 2dcec59

Please sign in to comment.