Skip to content

Commit

Permalink
Fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
sebnilsson committed Oct 5, 2024
1 parent 13f8a1b commit 4e8c31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DotnetPing/Configuration/FileConfigJson.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public IEnumerable<UrlConfig> GetUrlConfigs()
private static Config GetConfig(JsonBase jsonBase)
{
return new(
baseUrl: jsonBase.BaseUrl,
baseUrl: string.Empty,
sleep: jsonBase.Sleep,
timeout: jsonBase.Timeout,
expectedStatusCodes: jsonBase.Expect);
Expand Down

0 comments on commit 4e8c31a

Please sign in to comment.