Скорректированы dto и sql инструкции для новой базы данных cloud-beta.
This commit is contained in:
@@ -12,7 +12,6 @@ export function createTagResponse(rows: TagRow[]): TagResponseDto {
|
||||
max: row.max,
|
||||
comment: row.comment,
|
||||
unitOfMeasurement: row.unit_of_measurement,
|
||||
edgeIds: row.edge_ids ?? [],
|
||||
precision: row.precision,
|
||||
})),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user