Skip to content

Commit

Permalink
Merge pull request #657 from nhsconnect/task/GCS-28-pen-test-changes
Browse files Browse the repository at this point in the history
API Fixes
  • Loading branch information
JavedK15 authored Dec 18, 2024
2 parents d58bd08 + dd04900 commit 8d78f17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public static void ConfigureApplicationBuilderServices(this IApplicationBuilder
app.Use(async (context, next) =>
{
context.Session.SetString("SessionKey", "Session");
await next();
await next(context);
});

app.Use(async (context, next) =>
Expand Down

0 comments on commit 8d78f17

Please sign in to comment.