aboutsummaryrefslogtreecommitdiff
path: root/src/Enmarcha.Backend/Services/OtpService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Enmarcha.Backend/Services/OtpService.cs')
-rw-r--r--src/Enmarcha.Backend/Services/OtpService.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Enmarcha.Backend/Services/OtpService.cs b/src/Enmarcha.Backend/Services/OtpService.cs
index 16ba029..a7054b6 100644
--- a/src/Enmarcha.Backend/Services/OtpService.cs
+++ b/src/Enmarcha.Backend/Services/OtpService.cs
@@ -54,6 +54,7 @@ public class OtpService
TextColor = textColor,
SortOrder = route.SortOrder,
AgencyName = route.Agency?.Name,
+ AgencyId = route.Agency?.GtfsId,
TripCount = route.Patterns.Sum(p => p.TripsForDate.Count)
};
}