diff --git a/src/MigrationTools.Clients.AzureDevops.ObjectModel/ProcessorEnrichers/TfsAttachmentEnricher.cs b/src/MigrationTools.Clients.AzureDevops.ObjectModel/ProcessorEnrichers/TfsAttachmentEnricher.cs index 17122ae1a..d44dbb69f 100644 --- a/src/MigrationTools.Clients.AzureDevops.ObjectModel/ProcessorEnrichers/TfsAttachmentEnricher.cs +++ b/src/MigrationTools.Clients.AzureDevops.ObjectModel/ProcessorEnrichers/TfsAttachmentEnricher.cs @@ -21,7 +21,7 @@ public class TfsAttachmentEnricher : WorkItemProcessorEnricher, IAttachmentMigra { private WorkItemServer _server; private string _exportWiPath; - private TfsAttachmentEnricherOptions _options; + private TfsAttachmentEnricherOptions _options; private WorkItemServer _workItemServer; public TfsAttachmentEnricherOptions Options { get { return _options; } }