diff --git a/src/OrchardCore/OrchardCore.Abstractions/BackgroundJobs/HttpBackgroundJob.cs b/src/OrchardCore/OrchardCore.Abstractions/BackgroundJobs/HttpBackgroundJob.cs index 0b320cad0bf..33e00ac1ea9 100644 --- a/src/OrchardCore/OrchardCore.Abstractions/BackgroundJobs/HttpBackgroundJob.cs +++ b/src/OrchardCore/OrchardCore.Abstractions/BackgroundJobs/HttpBackgroundJob.cs @@ -31,6 +31,8 @@ public static Task ExecuteAfterEndOfRequestAsync(string jobName, Func @@ -59,7 +61,9 @@ public static Task ExecuteAfterEndOfRequestAsync(string jobName, Func();