pretty
This commit is contained in:
parent
6df331f990
commit
d1942c954a
|
@ -235,8 +235,8 @@ export class CarpoolPathCreator {
|
||||||
index == 0
|
index == 0
|
||||||
? Target.START
|
? Target.START
|
||||||
: index == waypoints.length - 1
|
: index == waypoints.length - 1
|
||||||
? Target.FINISH
|
? Target.FINISH
|
||||||
: Target.INTERMEDIATE;
|
: Target.INTERMEDIATE;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Consolidate carpoolPath by removing duplicate actors (eg. driver with neutral and start or finish target)
|
* Consolidate carpoolPath by removing duplicate actors (eg. driver with neutral and start or finish target)
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
"paths": {
|
"paths": {
|
||||||
"@libs/*": ["src/libs/*"],
|
"@libs/*": ["src/libs/*"],
|
||||||
"@modules/*": ["src/modules/*"],
|
"@modules/*": ["src/modules/*"],
|
||||||
"@src/*": ["src/*"]
|
"@src/*": ["src/*"],
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue