Skip to content

Commit

Permalink
Update HttpContextExtensions.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
acn-sbuad authored Oct 16, 2023
1 parent f296797 commit 1ea34f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
public static class HttpContextExtensions
{
/// <summary>
/// Get the org identifier string or null if it is not an org.
/// Get the org string from the context items or null if it is not defined
/// </summary>
public static string? GetOrg(this HttpContext context)
{
Expand Down

0 comments on commit 1ea34f7

Please sign in to comment.