mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
docs(archival): 📝 expand TODO
This commit is contained in:
parent
79421a443a
commit
501cad0ee8
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ public async Task ArchiveFileAsync(
|
|||
// TODO: write to _options.RepositoryPath
|
||||
await using var target = file.Target.OpenWrite();
|
||||
|
||||
// TODO: validate multi-segment lists are archived correctly
|
||||
// TODO: validate multi-segment lists are concatenated correctly and in order
|
||||
foreach (var textStream in textStreams)
|
||||
{
|
||||
await textStream.CopyToAsync(target, cancellationToken);
|
||||
|
|
|
|||
Loading…
Reference in a new issue