* Update HealthCheckPublisherOptions.cs

This seems wrong.

Presumably fixes: https://github.com/aspnet/Extensions/issues/1041

(cherry picked from commit dotnet/extensions@b3c88d78fe)

* Update patchconfig.props\n\nCommit migrated from 1301f31b91
This commit is contained in:
Ryan Nowak 2019-04-11 10:30:52 -07:00 committed by Doug Bunting
parent 58fe78d247
commit 3ba58f028f
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ namespace Microsoft.Extensions.Diagnostics.HealthChecks
throw new ArgumentException($"The {nameof(Period)} must not be infinite.", nameof(value));
}
_delay = value;
_period = value;
}
}