Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit e0c6a73

Browse files
committed
clarified a TODO to be imperative
1 parent e491781 commit e0c6a73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ServiceLayer.Mesh/FileTypes/NbssAppointmentEvents/FileTransformer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public FileTransformer(IFileParser fileParser, IValidationRunner validationRunne
2121

2222
public async Task<IList<ValidationError>> TransformFileAsync(Stream stream, MeshFile metaData)
2323
{
24-
// TODO - consider whether we should wrap this parsing in a try-catch and return a List<ValidationError> in case of any unforeseen parsing issues (file is totally unlike anything we expect)
24+
// TODO - wrap this parsing in a try-catch and return a List<ValidationError> in case of any unforeseen parsing issues (file is totally unlike anything we expect)
2525
var parsed = _fileParser.Parse(stream);
2626

2727
var validationErrors = _validationRunner.Validate(parsed);

0 commit comments

Comments
 (0)