Revert "feat(ClientCoefficient): Erstellt, um die Dimensionen für den Kunden bis zu einem gewissen Grad zu erhöhen"

This reverts commit 80e1e7dcf306d241d4c7f618d14fa1f97fcc4417.
This commit is contained in:
Developer 02 2025-03-21 12:29:39 +01:00
parent 80e1e7dcf3
commit 91f1296e9b

View File

@ -101,11 +101,6 @@ public record Annotation
if (_height == default && value.Height != default) if (_height == default && value.Height != default)
_height = value.Height * HeightRatio; _height = value.Height * HeightRatio;
ClientCoefficient = value.ClientCoefficient;
} }
} }
[JsonIgnore]
public double ClientCoefficient { get; set; } = 1;
}; };