mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
add getStopById test for getEtasForStopId
This commit is contained in:
@@ -144,6 +144,8 @@ export class ApiBasedRepository implements GetterRepository {
|
||||
}
|
||||
this.cache.etasForStopId[stop.id] = [];
|
||||
|
||||
// This is technically incorrect, the entire shuttle cache
|
||||
// should not be reset like this
|
||||
// TODO: restore normal cache behavior
|
||||
this.cache.etasForShuttleId = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user