mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
update types for api based repository
This commit is contained in:
@@ -92,7 +92,7 @@ export class ApiBasedRepository implements GetterRepository {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
public async getStopsBySystemId(systemId: string): Promise<[]> {
|
public async getStopsBySystemId(systemId: string): Promise<IStop[]> {
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user