Skip to content

Commit

Permalink
Merge branch 'feature/8-add-authorization' of https://github.com/Alti…
Browse files Browse the repository at this point in the history
…nn/altinn-notifications into feature/8-add-authorization
  • Loading branch information
acn-sbuad committed Oct 17, 2023
2 parents 5dd549e + 1ea34f7 commit 5bfa858
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 5bfa858

Please sign in to comment.