diff --git a/apps/edr-freight-api/src/modules/vehicles/entities/vehicle.entity.ts b/apps/edr-freight-api/src/modules/vehicles/entities/vehicle.entity.ts index 4fcb73ef2..d898bb78b 100644 --- a/apps/edr-freight-api/src/modules/vehicles/entities/vehicle.entity.ts +++ b/apps/edr-freight-api/src/modules/vehicles/entities/vehicle.entity.ts @@ -1,4 +1,4 @@ -import { Entity, Column, Index } from 'typeorm'; +import { Entity, Column } from 'typeorm'; import { BaseEntity } from '@edr/api-common'; export enum VehicleType {