log full error

This commit is contained in:
natib21
2026-07-02 12:37:02 +00:00
parent adde596289
commit a0f4de05f8

View File

@@ -57,4 +57,8 @@ export class CreateVehicleDto {
@IsOptional()
@IsNumber()
actualDistanceKm?: number;
@IsOptional()
@IsUUID()
locationId?: string;
}