From 25b15f04576ffa407b62fe252f5688a8b86fedf8 Mon Sep 17 00:00:00 2001 From: Patrick Steil Date: Fri, 5 Jul 2024 09:31:16 +0200 Subject: [PATCH] Wrong attribute --- include/just_gtfs/just_gtfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/just_gtfs/just_gtfs.h b/include/just_gtfs/just_gtfs.h index 2fe89b1..bb89a05 100644 --- a/include/just_gtfs/just_gtfs.h +++ b/include/just_gtfs/just_gtfs.h @@ -2082,7 +2082,7 @@ inline Result Feed::add_attribution(const ParsedCsvRow & row) attribution.attribution_url = get_value_or_default(row, "attribution_url"); attribution.attribution_email = get_value_or_default(row, "attribution_email"); - attribution.trip_id = get_value_or_default(row, "attribution_phone"); + attribution.attribution_phone = get_value_or_default(row, "attribution_phone"); } catch (const std::out_of_range & ex) {