You can now send emails if you don't use Authentication (#2718)

This commit is contained in:
Joe Milazzo
2024-02-14 14:36:55 -06:00
committed by GitHub
parent 2d81527bd1
commit 7b7609652c
42 changed files with 414 additions and 350 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ public class TestBenchmark
private static void SortSpecialChapters(IEnumerable<VolumeDto> volumes)
{
foreach (var v in volumes.Where(vDto => vDto.MinNumber == 0))
foreach (var v in volumes.WhereNotLooseLeaf())
{
v.Chapters = v.Chapters.OrderByNatural(x => x.Range).ToList();
}