Skip to content

Commit

Permalink
Merge pull request #125 from Lombiq/issue/OSOE-848
Browse files Browse the repository at this point in the history
OSOE-848: EmailQuotaService has unnecessary ISession.SaveAsync() calls in Lombiq.Hosting.Tenants
  • Loading branch information
Piedone committed Jun 16, 2024
2 parents c414f9d + 4de4b22 commit 3493a19
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

namespace Lombiq.Hosting.Tenants.EmailQuotaManagement.Services;

// As noted under the GitHub issue https://github.com/OrchardCMS/OrchardCore/issues/15290#issuecomment-2093363619
// SaveAsync calls could be removed due to redundancy, however, removing them actually breaks functionality.
public class EmailQuotaService : IEmailQuotaService
{
private readonly ISession _session;
Expand Down

0 comments on commit 3493a19

Please sign in to comment.