From 6e2d9ffe812eb1ca8fe5d04d3df2aa322e9e5760 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Thu, 5 Mar 2026 01:54:35 +0100 Subject: Refactor deployment process to use rsync for frontend and backend, update project paths, and add CtagShuttleRealtimeEstimatesProvider and CtagShuttleStatus classes --- .../Services/Processors/CtagShuttleRealTimeProcessor.cs | 2 +- src/Enmarcha.Backend/Services/Processors/VigoUsageProcessor.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Enmarcha.Backend/Services') diff --git a/src/Enmarcha.Backend/Services/Processors/CtagShuttleRealTimeProcessor.cs b/src/Enmarcha.Backend/Services/Processors/CtagShuttleRealTimeProcessor.cs index 593ac86..316591d 100644 --- a/src/Enmarcha.Backend/Services/Processors/CtagShuttleRealTimeProcessor.cs +++ b/src/Enmarcha.Backend/Services/Processors/CtagShuttleRealTimeProcessor.cs @@ -175,7 +175,7 @@ public class CtagShuttleRealTimeProcessor : AbstractRealTimeProcessor .Where(a => a.Estimate.Minutes >= 0) .OrderBy(a => a.Estimate.Minutes) .FirstOrDefault(); - + _logger.LogDebug("No matching arrival found, using next upcoming trip"); } diff --git a/src/Enmarcha.Backend/Services/Processors/VigoUsageProcessor.cs b/src/Enmarcha.Backend/Services/Processors/VigoUsageProcessor.cs index f5c7664..7f98fff 100644 --- a/src/Enmarcha.Backend/Services/Processors/VigoUsageProcessor.cs +++ b/src/Enmarcha.Backend/Services/Processors/VigoUsageProcessor.cs @@ -1,6 +1,5 @@ using System.Text.Json; using CsvHelper; -using CsvHelper.Configuration; using Enmarcha.Backend.Types.Arrivals; using Microsoft.Extensions.Caching.Memory; using System.Globalization; -- cgit v1.3