Skip to content

Commit 5359c5c

Browse files
committed
Update cache.js
1 parent 4e10081 commit 5359c5c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/js/cache.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { depots_data } from '/data/depots';
44

55
import { MIN_ACTIVE_SPEED } from './config';
66
import { calculate_bearing, calculate_distance, proper_inv_number_for_sorting } from './utils';
7-
import { find_vehicle_in_cache } from './cache';
87

98
function is_vehicle_in_depot(type, coords) {
109
return depots_data.some(depot =>

0 commit comments

Comments
 (0)