forked from ddrilling/AsbCloudServer
fix SubsystemOperationTimeRequest. wrong number format at exception message
This commit is contained in:
parent
05de113e9e
commit
2c14aabe05
@ -84,7 +84,7 @@ namespace AsbCloudApp.Requests
|
||||
{
|
||||
if (LtDepth < GtDepth)
|
||||
yield return new ValidationResult(
|
||||
$"{nameof(LtDepth)} должно быть больше {nameof(GtDepth)}. ({LtDepth:O} < {GtDepth:O})",
|
||||
$"{nameof(LtDepth)} должно быть больше {nameof(GtDepth)}. ({LtDepth} < {GtDepth})",
|
||||
new[] { nameof(LtDepth), nameof(GtDepth) });
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user