Skip to content

Commit

Permalink
update a typo as I found this at my e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
nytian committed Oct 23, 2024
1 parent d3cdebe commit 34a8979
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ private class OrchestrationClientInputData
/// This URL is sent by the client binding object to the Durable Worker extension,
/// allowing the extension to know the host's base URL for constructing management URLs.
/// </summary>
[JsonProperty("HttpBaseUrl")]
[JsonProperty("httpBaseUrl")]
public string? HttpBaseUrl { get; set; }
}
}
Expand Down

0 comments on commit 34a8979

Please sign in to comment.