create empty method updateEtasForSystemIfTTL

This commit is contained in:
2025-01-07 15:52:56 -08:00
parent c48fd0d604
commit d7d54ec5e6

View File

@@ -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;