Skip to content

Commit

Permalink
radelt: fix station name
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Jun 3, 2024
1 parent 1400671 commit a42d0c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
public class MappingUtilsOrganisationen {

public static final String DATA_ORIGIN = "SuedtirolRadelt_AltoAdigePedala";
public static final String DATA_TYPE = "CompanyGamificationAction";
public static final String DATA_TYPE = "CompanyGamificationAction";

public static StationDto mapToStationDto(RadeltOrganisationenDto organisation) {
StationDto stationDto = new StationDto();
Expand Down

0 comments on commit a42d0c6

Please sign in to comment.