File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public void ConfigureServices(IServiceCollection services)
45
45
options .ResultsListAuthorize = request => MyGetUserFunction (request ).CanSeeMiniProfiler ;
46
46
// Or, there are async versions available:
47
47
options .ResultsAuthorizeAsync = async request => (await MyGetUserFunctionAsync (request )).CanSeeMiniProfiler ;
48
- options .ResultsAuthorizeListAsync = async request => (await MyGetUserFunctionAsync (request )).CanSeeMiniProfilerLists ;
48
+ options .ResultsListAuthorizeAsync = async request => (await MyGetUserFunctionAsync (request )).CanSeeMiniProfilerLists ;
49
49
50
50
// (Optional) To control which requests are profiled, use the Func<HttpRequest, bool> option:
51
51
// (default is everything should be profiled)
You can’t perform that action at this time.
0 commit comments