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