Skip to content

Commit

Permalink
Spelling/grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Jun 16, 2024
1 parent 13d2b3c commit 4de4b22
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +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.
// 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 4de4b22

Please sign in to comment.