mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 12:18:11 +00:00
fix last first mile
This commit is contained in:
@@ -55,6 +55,7 @@ export class CreateFirstMileDto {
|
||||
nullable: true,
|
||||
})
|
||||
@IsOptional()
|
||||
@Transform(({ value }) => (value === '' ? undefined : value))
|
||||
@IsUUID()
|
||||
vehicleId?: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user