Add test for ETA clearing

This commit is contained in:
2025-11-19 10:57:27 -08:00
parent 83671e2b22
commit b8c3f17510
2 changed files with 66 additions and 17 deletions

View File

@@ -415,7 +415,6 @@ export class RedisShuttleRepository extends BaseRedisRepository implements Shutt
}
if (arrivedStop) {
// stop if same stop
const shuttleArrival = {
stopId: arrivedStop.id,
timestamp: new Date(travelTimeTimestamp),