mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
create empty method updateEtasForSystemIfTTL
This commit is contained in:
@@ -45,6 +45,10 @@ export class ApiBasedRepository implements GetterRepository {
|
|||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public async updateEtasForSystemIfTTL(systemId: string) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
// TODO: migrate rest of logic over to this class
|
// TODO: migrate rest of logic over to this class
|
||||||
public async getOrderedStopByRouteAndStopId(routeId: string, stopId: string): Promise<| null> {
|
public async getOrderedStopByRouteAndStopId(routeId: string, stopId: string): Promise<| null> {
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user