mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
Remove the delta argument in ShuttleGetterRepository.getArrivedStopIfExists
This commit is contained in:
@@ -109,5 +109,5 @@ export interface ShuttleGetterRepository extends EventEmitter {
|
|||||||
* @param shuttle
|
* @param shuttle
|
||||||
* @param delta - The coordinate delta tolerance (default 0.001)
|
* @param delta - The coordinate delta tolerance (default 0.001)
|
||||||
*/
|
*/
|
||||||
getArrivedStopIfExists(shuttle: IShuttle, delta?: number): Promise<IStop | undefined>;
|
getArrivedStopIfExists(shuttle: IShuttle): Promise<IStop | undefined>;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user