We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e10081 commit 5359c5cCopy full SHA for 5359c5c
1 file changed
src/js/cache.js
@@ -4,7 +4,6 @@ import { depots_data } from '/data/depots';
4
5
import { MIN_ACTIVE_SPEED } from './config';
6
import { calculate_bearing, calculate_distance, proper_inv_number_for_sorting } from './utils';
7
-import { find_vehicle_in_cache } from './cache';
8
9
function is_vehicle_in_depot(type, coords) {
10
return depots_data.some(depot =>
0 commit comments