Skip to content

Commit

Permalink
Adding explaining comment to avoid removing SaveAsync()
Browse files Browse the repository at this point in the history
  • Loading branch information
Psichorex committed Jun 16, 2024
1 parent c414f9d commit 13d2b3c
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 github issue https://github.com/OrchardCMS/OrchardCore/issues/15290#issuecomment-2093363619
// SaveAsync calls should be removed due to redundancy, however removing them breaks functionality.
public class EmailQuotaService : IEmailQuotaService
{
private readonly ISession _session;
Expand Down

0 comments on commit 13d2b3c

Please sign in to comment.